Html Css Color HEX #EB0091 Hollywood Cerise

📋 copy color: '#EB0091'

red 235 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #EB0091

Tints of Hollywood Cerise #EB0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 61.84%
G = 0%
B = 38.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB0091 (or 0xEB0091) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 91. RGB value is (235,0,145). Sum of RGB (Red+Green+Blue) = 235+0+145=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0091 is #14FF6E. Grayscale: #565656. Windows color (decimal): -1376111 or 9502955. OLE color: 9502955.

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

Color convert

RGB 235 0 145 -
CMYK 0 1 0.38 0.08
HSL 322.98º 1% 0.46% -
HSV(B) 322.98º 1% 0.92% -
XYZ 39.37 19.71 28.52 -
YUV 86.8 160.86 233.71 -
System Red Green Blue C M Y K H S L
Decimal 235 0 145 0 1 0.38 0.08 322.98 1 0.46
Hex EB 0 91 0 64 26 8 143 64 2E
Octal 353 0 221 0 144 46 10 503 144 56
Binary 11101011 0 10010001 0 1100100 100110 1000 101000011 1100100 101110

Color Harmonies of #EB0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0091

Black with #EB0091

Text Example


Text Example

White with #EB0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0091; }

 p { color: rgb(235,0,145); }

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

background-color css

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

 a { background-color: rgb(235,0,145); }

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

border-color css

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

 span { border-color: rgb(235,0,145); }

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