Html Css Color HEX #E900B2 Hollywood Cerise

📋 copy color: '#E900B2'

red 233 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #E900B2

Tints of Hollywood Cerise #E900B2

RGB

 RED value IS 233 (91.41% from 255) = 56.69%

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 56.69%
G = 0%
B = 43.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E900B2 (or 0xE900B2) is known color: Hollywood Cerise. HEX triplet: E9, 00 and B2. RGB value is (233,0,178). Sum of RGB (Red+Green+Blue) = 233+0+178=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E900B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900B2 is #16FF4D. Grayscale: #595959. Windows color (decimal): -1507150 or 11665641. OLE color: 11665641.

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

Color convert

RGB 233 0 178 -
CMYK 0 1 0.24 0.09
HSL 314.16º 1% 0.46% -
HSV(B) 314.16º 1% 0.91% -
XYZ 41.64 20.54 43.89 -
YUV 89.96 177.69 230.03 -
System Red Green Blue C M Y K H S L
Decimal 233 0 178 0 1 0.24 0.09 314.16 1 0.46
Hex E9 0 B2 0 64 18 9 13A 64 2E
Octal 351 0 262 0 144 30 11 472 144 56
Binary 11101001 0 10110010 0 1100100 11000 1001 100111010 1100100 101110

Color Harmonies of #E900B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900B2

Black with #E900B2

Text Example


Text Example

White with #E900B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900B2; }

 p { color: rgb(233,0,178); }

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

background-color css

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

 a { background-color: rgb(233,0,178); }

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

border-color css

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

 span { border-color: rgb(233,0,178); }

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