Html Css Color HEX #EA78C0 Persian Pink

📋 copy color: '#EA78C0'

red 234 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #EA78C0

Tints of Persian Pink #EA78C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 42.86%
G = 21.98%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA78C0 (or 0xEA78C0) is known color: Persian Pink. HEX triplet: EA, 78 and C0. RGB value is (234,120,192). Sum of RGB (Red+Green+Blue) = 234+120+192=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78C0 is #15873F. Grayscale: #A2A2A2. Windows color (decimal): -1410880 or 12613866. OLE color: 12613866.

HSL color Cylindrical-coordinate representation of color #EA78C0: hue angle of 322.11º 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 #EA78C0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 120 192 -
CMYK 0 0.49 0.18 0.08
HSL 322.11º 0.73% 0.69% -
HSV(B) 322.11º 0.49% 0.92% -
XYZ 50.16 34.73 53.93 -
YUV 162.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 234 120 192 0 0.49 0.18 0.08 322.11 0.73 0.69
Hex EA 78 C0 0 31 12 8 142 49 45
Octal 352 170 300 0 61 22 10 502 111 105
Binary 11101010 1111000 11000000 0 110001 10010 1000 101000010 1001001 1000101

Color Harmonies of #EA78C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78C0

Black with #EA78C0

Text Example


Text Example

White with #EA78C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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