#EA54BB

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

Shades of Hot Pink #EA54BB

Tints of Hot Pink #EA54BB

Color information

#EA54BB (or 0xEA54BB) is unknown color: approx Hot Pink. HEX triplet: EA, 54 and BB. RGB value is (234,84,187). Sum of RGB (Red+Green+Blue) = 234+84+187=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA54BB is #15AB44. Grayscale: #8C8C8C. Windows color (decimal): -1420101 or 12276970. OLE color: 12276970.

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

Color convert

RGB23484187-
CMYK00.640.200.08
HSL318.8º78.12%62.35%-
HSV(B)318.8º64.1%91.76%-
XYZ46.0727.4249.88-
YUV140.59154.2194.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 84 (33.20% from 255) = 16.63%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=46.34%
G=16.63%
B=37.03%

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
Decimal2348418700.640.200.08318.878.1262.35
HexEA54BB04014813f4e3e
Octal3521242730100241047711676
Binary11101010101010010111011010000001010010001001111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA54BB; }

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

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

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

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

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

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

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

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