#EA6BB4

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

Shades of Hot Pink #EA6BB4

Tints of Hot Pink #EA6BB4

Color information

#EA6BB4 (or 0xEA6BB4) is unknown color: approx Hot Pink. HEX triplet: EA, 6B and B4. RGB value is (234,107,180). Sum of RGB (Red+Green+Blue) = 234+107+180=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BB4 is #15944B. Grayscale: #999999. Windows color (decimal): -1414220 or 11824106. OLE color: 11824106.

HSL color Cylindrical-coordinate representation of color #EA6BB4: hue angle of 325.51º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BB4 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234107180-
CMYK00.540.230.08
HSL325.51º75.15%66.86%-
HSV(B)325.51º54.27%91.76%-
XYZ47.4331.346.72-
YUV153.29143.08185.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=44.91%
G=20.54%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410718000.540.230.08325.5175.1566.86
HexEA6BB40361781464b43
Octal3521532640662710506113103
Binary11101010110101110110100011011010111100010100011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BB4; }

 p { color: rgb(234,107,180); }

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

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

 a { background-color: rgb(234,107,180); }

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

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

 span { border-color: rgb(234,107,180); }

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