Html Css Color HEX #EA78C5 Persian Pink

📋 copy color: '#EA78C5'

red 234 ◦ green 120 ◦ blue 197

#EA78C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #EA78C5

Tints of Persian Pink #EA78C5

RGB

 RED value IS 234 (91.8% from 255) = 42.47%

 GREEN value IS 120 (47.27% from 255) = 21.78%

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 42.47%
G = 21.78%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA78C5 (or 0xEA78C5) is known color: Persian Pink. HEX triplet: EA, 78 and C5. RGB value is (234,120,197). Sum of RGB (Red+Green+Blue) = 234+120+197=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78C5 is #15873A. Grayscale: #A2A2A2. Windows color (decimal): -1410875 or 12941546. OLE color: 12941546.

HSL color Cylindrical-coordinate representation of color #EA78C5: hue angle of 319.47º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78C5 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 120 197 -
CMYK 0 0.49 0.16 0.08
HSL 319.47º 0.73% 0.69% -
HSV(B) 319.47º 0.49% 0.92% -
XYZ 50.73 34.96 56.9 -
YUV 162.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 234 120 197 0 0.49 0.16 0.08 319.47 0.73 0.69
Hex EA 78 C5 0 31 10 8 13F 49 45
Octal 352 170 305 0 61 20 10 477 111 105
Binary 11101010 1111000 11000101 0 110001 10000 1000 100111111 1001001 1000101

Color Harmonies of #EA78C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78C5

Black with #EA78C5

Text Example


Text Example

White with #EA78C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78C5; }

 p { color: rgb(234,120,197); }

 H1.HeaderClassName
 {
   color: #EA78C5;
 }
 .AnyTagClassName
 {
   color: #EA78C5;
 }
</style>

background-color css

<style>
 a { background-color: #EA78C5; }

 a { background-color: rgb(234,120,197); }

 div.DivClassName
 {
   background-color: #EA78C5;
 }
 .BgClassName
 {
   background-color: #EA78C5;
 }
</style>

border-color css

<style>
 span { border-color: #EA78C5; }

 span { border-color: rgb(234,120,197); }

 td.TdClassName
 {
   border-color: #EA78C5;
 }
 .TagClassName
 {
   border-color: #EA78C5;
 }
</style>