#EA61BB

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

Shades of Hot Pink #EA61BB

Tints of Hot Pink #EA61BB

Color information

#EA61BB (or 0xEA61BB) is unknown color: approx Hot Pink. HEX triplet: EA, 61 and BB. RGB value is (234,97,187). Sum of RGB (Red+Green+Blue) = 234+97+187=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61BB is #159E44. Grayscale: #949494. Windows color (decimal): -1416773 or 12280298. OLE color: 12280298.

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

Color convert

RGB23497187-
CMYK00.590.200.08
HSL320.58º76.54%64.9%-
HSV(B)320.58º58.55%91.76%-
XYZ47.1829.6350.25-
YUV148.22149.89189.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=45.17%
G=18.73%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349718700.590.200.08320.5876.5464.9
HexEA61BB03B1481414d41
Octal3521412730732410501115101
Binary11101010110000110111011011101110100100010100000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61BB; }

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

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

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

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

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

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

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

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