#EA84B7

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

Shades of Persian Pink #EA84B7

Tints of Persian Pink #EA84B7

Color information

#EA84B7 (or 0xEA84B7) is unknown color: approx Persian Pink. HEX triplet: EA, 84 and B7. RGB value is (234,132,183). Sum of RGB (Red+Green+Blue) = 234+132+183=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84B7 is #157B48. Grayscale: #A8A8A8. Windows color (decimal): -1407817 or 12027114. OLE color: 12027114.

HSL color Cylindrical-coordinate representation of color #EA84B7: hue angle of 330º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84B7 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB234132183-
CMYK00.440.220.08
HSL330º70.83%71.76%-
HSV(B)330º43.59%91.76%-
XYZ50.7337.4149.35-
YUV168.31136.29174.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=42.62%
G=24.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413218300.440.220.0833070.8371.76
HexEA84B702C16814a4748
Octal3522042670542610512107110
Binary111010101000010010110111010110010110100010100101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84B7; }

 p { color: rgb(234,132,183); }

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

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

 a { background-color: rgb(234,132,183); }

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

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

 span { border-color: rgb(234,132,183); }

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