#EA79C6

Color #EA79C6 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA79C6

Tints of Persian Pink #EA79C6

Color information

#EA79C6 (or 0xEA79C6) is unknown color: approx Persian Pink. HEX triplet: EA, 79 and C6. RGB value is (234,121,198). Sum of RGB (Red+Green+Blue) = 234+121+198=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79C6 is #158639. Grayscale: #A3A3A3. Windows color (decimal): -1410618 or 13007338. OLE color: 13007338.

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

Color convert

RGB234121198-
CMYK00.480.150.08
HSL319.12º72.9%69.61%-
HSV(B)319.12º48.29%91.76%-
XYZ50.9635.2457.54-
YUV163.56147.44178.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 121 (47.66% from 255) = 21.88%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=42.31%
G=21.88%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412119800.480.150.08319.1272.969.61
HexEA79C6030F813f4946
Octal3521713060601710477111106
Binary1110101011110011100011001100001111100010011111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79C6; }

 p { color: rgb(234,121,198); }

 H1.HeaderClassName
 {
   color: #EA79C6;
 }
 .AnyTagClassName
 {
   color: #EA79C6;
 }
</style>
background-color css

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

 a { background-color: rgb(234,121,198); }

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

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

 span { border-color: rgb(234,121,198); }

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