#EA82BB

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

Shades of Persian Pink #EA82BB

Tints of Persian Pink #EA82BB

Color information

#EA82BB (or 0xEA82BB) is unknown color: approx Persian Pink. HEX triplet: EA, 82 and BB. RGB value is (234,130,187). Sum of RGB (Red+Green+Blue) = 234+130+187=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82BB is #157D44. Grayscale: #A7A7A7. Windows color (decimal): -1408325 or 12288746. OLE color: 12288746.

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

Color convert

RGB234130187-
CMYK00.440.200.08
HSL327.12º71.23%71.37%-
HSV(B)327.12º44.44%91.76%-
XYZ50.8837.0551.48-
YUV167.59138.96175.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=42.47%
G=23.59%
B=33.94%

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
Decimal23413018700.440.200.08327.1271.2371.37
HexEA82BB02C1481474747
Octal3522022730542410507107107
Binary111010101000001010111011010110010100100010100011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82BB; }

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

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

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

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

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

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

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

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