#EA78B6

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

Shades of Persian Pink #EA78B6

Tints of Persian Pink #EA78B6

Color information

#EA78B6 (or 0xEA78B6) is unknown color: approx Persian Pink. HEX triplet: EA, 78 and B6. RGB value is (234,120,182). Sum of RGB (Red+Green+Blue) = 234+120+182=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78B6 is #158749. Grayscale: #A1A1A1. Windows color (decimal): -1410890 or 11958506. OLE color: 11958506.

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

Color convert

RGB234120182-
CMYK00.490.220.08
HSL327.37º73.08%69.41%-
HSV(B)327.37º48.72%91.76%-
XYZ49.0934.348.29-
YUV161.15139.77179.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=43.66%
G=22.39%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412018200.490.220.08327.3773.0869.41
HexEA78B60311681474945
Octal3521702660612610507111105
Binary11101010111100010110110011000110110100010100011110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA78B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA78B6; }

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

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

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

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

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

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

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

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