Html Css Color HEX #EA78C7 Persian Pink

📋 copy color: '#EA78C7'

red 234 ◦ green 120 ◦ blue 199

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

Shades of Persian Pink #EA78C7

Tints of Persian Pink #EA78C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.99%

R = 42.31%
G = 21.7%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA78C7 (or 0xEA78C7) is known color: Persian Pink. HEX triplet: EA, 78 and C7. RGB value is (234,120,199). Sum of RGB (Red+Green+Blue) = 234+120+199=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78C7 is #158738. Grayscale: #A2A2A2. Windows color (decimal): -1410873 or 13072618. OLE color: 13072618.

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

Color convert

RGB 234 120 199 -
CMYK 0 0.49 0.15 0.08
HSL 318.42º 0.73% 0.69% -
HSV(B) 318.42º 0.49% 0.92% -
XYZ 50.96 35.05 58.11 -
YUV 163.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 234 120 199 0 0.49 0.15 0.08 318.42 0.73 0.69
Hex EA 78 C7 0 31 F 8 13E 49 45
Octal 352 170 307 0 61 17 10 476 111 105
Binary 11101010 1111000 11000111 0 110001 1111 1000 100111110 1001001 1000101

Color Harmonies of #EA78C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78C7

Black with #EA78C7

Text Example


Text Example

White with #EA78C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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