#EA028B

Color #EA028B Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EA028B

Tints of Hollywood Cerise #EA028B

Color information

#EA028B (or 0xEA028B) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 02 and 8B. RGB value is (234,2,139). Sum of RGB (Red+Green+Blue) = 234+2+139=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA028B is #15FD74. Grayscale: #565656. Windows color (decimal): -1441141 or 9110250. OLE color: 9110250.

HSL color Cylindrical-coordinate representation of color #EA028B: hue angle of 324.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA028B is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB2342139-
CMYK00.990.410.08
HSL324.57º98.31%46.27%-
HSV(B)324.57º99.15%91.76%-
XYZ38.6119.426.14-
YUV86.99157.36232.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.4%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=62.4%
G=0.53%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234213900.990.410.08324.5798.3146.27
HexEA28B063298145622e
Octal35222130143511050514256
Binary1110101010100010110110001110100110001010001011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA028B; }

 p { color: rgb(234,2,139); }

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

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

 a { background-color: rgb(234,2,139); }

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

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

 span { border-color: rgb(234,2,139); }

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