Html Css Color HEX #EB0286 Hollywood Cerise

📋 copy color: '#EB0286'

red 235 ◦ green 2 ◦ blue 134

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

Shades of Hollywood Cerise #EB0286

Tints of Hollywood Cerise #EB0286

RGB

 RED value IS 235 (92.19% from 255) = 63.34%

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

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

R = 63.34%
G = 0.54%
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

#EB0286 (or 0xEB0286) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 86. RGB value is (235,2,134). Sum of RGB (Red+Green+Blue) = 235+2+134=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0286 is #14FD79. Grayscale: #565656. Windows color (decimal): -1375610 or 8782571. OLE color: 8782571.

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

Color convert

RGB 235 2 134 -
CMYK 0 0.99 0.43 0.08
HSL 326.01º 0.98% 0.46% -
HSV(B) 326.01º 0.99% 0.92% -
XYZ 38.59 19.43 24.27 -
YUV 86.72 154.69 233.77 -
System Red Green Blue C M Y K H S L
Decimal 235 2 134 0 0.99 0.43 0.08 326.01 0.98 0.46
Hex EB 2 86 0 63 2B 8 146 62 2E
Octal 353 2 206 0 143 53 10 506 142 56
Binary 11101011 10 10000110 0 1100011 101011 1000 101000110 1100010 101110

Color Harmonies of #EB0286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0286

Black with #EB0286

Text Example


Text Example

White with #EB0286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0286; }

 p { color: rgb(235,2,134); }

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

background-color css

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

 a { background-color: rgb(235,2,134); }

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

border-color css

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

 span { border-color: rgb(235,2,134); }

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