#EA84BB

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

Shades of Persian Pink #EA84BB

Tints of Persian Pink #EA84BB

Color information

#EA84BB (or 0xEA84BB) is unknown color: approx Persian Pink. HEX triplet: EA, 84 and BB. RGB value is (234,132,187). Sum of RGB (Red+Green+Blue) = 234+132+187=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84BB is #157B44. Grayscale: #A8A8A8. Windows color (decimal): -1407813 or 12289258. OLE color: 12289258.

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

Color convert

RGB234132187-
CMYK00.440.200.08
HSL327.65º70.83%71.76%-
HSV(B)327.65º43.59%91.76%-
XYZ51.1537.5851.57-
YUV168.77138.29174.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=42.31%
G=23.87%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413218700.440.200.08327.6570.8371.76
HexEA84BB02C1481484748
Octal3522042730542410510107110
Binary111010101000010010111011010110010100100010100100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84BB; }

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

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

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

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

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

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

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

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