Html Css Color HEX #EA0285 Hollywood Cerise

📋 copy color: '#EA0285'

red 234 ◦ green 2 ◦ blue 133

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

Shades of Hollywood Cerise #EA0285

Tints of Hollywood Cerise #EA0285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 63.41%
G = 0.54%
B = 36.04%

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

#EA0285 (or 0xEA0285) is known color: Hollywood Cerise. HEX triplet: EA, 02 and 85. RGB value is (234,2,133). Sum of RGB (Red+Green+Blue) = 234+2+133=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0285 is #15FD7A. Grayscale: #565656. Windows color (decimal): -1441147 or 8717034. OLE color: 8717034.

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

Color convert

RGB 234 2 133 -
CMYK 0 0.99 0.43 0.08
HSL 326.12º 0.98% 0.46% -
HSV(B) 326.12º 0.99% 0.92% -
XYZ 38.19 19.23 23.89 -
YUV 86.3 154.36 233.35 -
System Red Green Blue C M Y K H S L
Decimal 234 2 133 0 0.99 0.43 0.08 326.12 0.98 0.46
Hex EA 2 85 0 63 2B 8 146 62 2E
Octal 352 2 205 0 143 53 10 506 142 56
Binary 11101010 10 10000101 0 1100011 101011 1000 101000110 1100010 101110

Color Harmonies of #EA0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0285

Black with #EA0285

Text Example


Text Example

White with #EA0285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0285; }

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

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

background-color css

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

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

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

border-color css

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

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

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