Html Css Color HEX #EA0086 Hollywood Cerise

📋 copy color: '#EA0086'

red 234 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #EA0086

Tints of Hollywood Cerise #EA0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 63.59%
G = 0%
B = 36.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA0086 (or 0xEA0086) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 86. RGB value is (234,0,134). Sum of RGB (Red+Green+Blue) = 234+0+134=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0086 is #15FF79. Grayscale: #545454. Windows color (decimal): -1441658 or 8782058. OLE color: 8782058.

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

Color convert

RGB 234 0 134 -
CMYK 0 1 0.43 0.08
HSL 325.64º 1% 0.46% -
HSV(B) 325.64º 1% 0.92% -
XYZ 38.23 19.21 24.25 -
YUV 85.24 155.52 234.1 -
System Red Green Blue C M Y K H S L
Decimal 234 0 134 0 1 0.43 0.08 325.64 1 0.46
Hex EA 0 86 0 64 2B 8 146 64 2E
Octal 352 0 206 0 144 53 10 506 144 56
Binary 11101010 0 10000110 0 1100100 101011 1000 101000110 1100100 101110

Color Harmonies of #EA0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0086

Black with #EA0086

Text Example


Text Example

White with #EA0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0086; }

 p { color: rgb(234,0,134); }

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

background-color css

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

 a { background-color: rgb(234,0,134); }

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

border-color css

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

 span { border-color: rgb(234,0,134); }

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