#EA55BC

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

Shades of Hot Pink #EA55BC

Tints of Hot Pink #EA55BC

Color information

#EA55BC (or 0xEA55BC) is unknown color: approx Hot Pink. HEX triplet: EA, 55 and BC. RGB value is (234,85,188). Sum of RGB (Red+Green+Blue) = 234+85+188=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55BC is #15AA43. Grayscale: #8D8D8D. Windows color (decimal): -1419844 or 12342762. OLE color: 12342762.

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

Color convert

RGB23485188-
CMYK00.640.200.08
HSL318.52º78.01%62.55%-
HSV(B)318.52º63.68%91.76%-
XYZ46.2627.6250.47-
YUV141.29154.36194.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 85 (33.59% from 255) = 16.77%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=46.15%
G=16.77%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348518800.640.200.08318.5278.0162.55
HexEA55BC04014813f4e3f
Octal3521252740100241047711677
Binary11101010101010110111100010000001010010001001111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55BC; }

 p { color: rgb(234,85,188); }

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

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

 a { background-color: rgb(234,85,188); }

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

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

 span { border-color: rgb(234,85,188); }

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