Html Css Color HEX #EA0386 Hollywood Cerise

📋 copy color: '#EA0386'

red 234 ◦ green 3 ◦ blue 134

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

Shades of Hollywood Cerise #EA0386

Tints of Hollywood Cerise #EA0386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 63.07%
G = 0.81%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA0386 (or 0xEA0386) is known color: Hollywood Cerise. HEX triplet: EA, 03 and 86. RGB value is (234,3,134). Sum of RGB (Red+Green+Blue) = 234+3+134=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0386 is #15FC79. Grayscale: #565656. Windows color (decimal): -1440890 or 8782826. OLE color: 8782826.

HSL color Cylindrical-coordinate representation of color #EA0386: hue angle of 325.97º degrees, saturation: 0.97, 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 #EA0386 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 134 -
CMYK 0 0.99 0.43 0.08
HSL 325.97º 0.97% 0.46% -
HSV(B) 325.97º 0.99% 0.92% -
XYZ 38.27 19.28 24.26 -
YUV 87 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 234 3 134 0 0.99 0.43 0.08 325.97 0.97 0.46
Hex EA 3 86 0 63 2B 8 146 61 2E
Octal 352 3 206 0 143 53 10 506 141 56
Binary 11101010 11 10000110 0 1100011 101011 1000 101000110 1100001 101110

Color Harmonies of #EA0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0386

Black with #EA0386

Text Example


Text Example

White with #EA0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0386; }

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

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

background-color css

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

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

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

border-color css

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

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

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