Html Css Color HEX #EA058B Hollywood Cerise

📋 copy color: '#EA058B'

red 234 ◦ green 5 ◦ blue 139

#EA058B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #EA058B

Tints of Hollywood Cerise #EA058B

RGB

 RED value IS 234 (91.8% from 255) = 61.9%

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 61.9%
G = 1.32%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA058B (or 0xEA058B) is known color: Hollywood Cerise. HEX triplet: EA, 05 and 8B. RGB value is (234,5,139). Sum of RGB (Red+Green+Blue) = 234+5+139=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA058B is #15FA74. Grayscale: #585858. Windows color (decimal): -1440373 or 9111018. OLE color: 9111018.

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

Color convert

RGB 234 5 139 -
CMYK 0 0.98 0.41 0.08
HSL 324.89º 0.96% 0.47% -
HSV(B) 324.89º 0.98% 0.92% -
XYZ 38.65 19.47 26.15 -
YUV 88.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 234 5 139 0 0.98 0.41 0.08 324.89 0.96 0.47
Hex EA 5 8B 0 62 29 8 145 60 2F
Octal 352 5 213 0 142 51 10 505 140 57
Binary 11101010 101 10001011 0 1100010 101001 1000 101000101 1100000 101111

Color Harmonies of #EA058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA058B

Black with #EA058B

Text Example


Text Example

White with #EA058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA058B; }

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

 H1.HeaderClassName
 {
   color: #EA058B;
 }
 .AnyTagClassName
 {
   color: #EA058B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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