Html Css Color HEX #E800B5 Hollywood Cerise

📋 copy color: '#E800B5'

red 232 ◦ green 0 ◦ blue 181

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

Shades of Hollywood Cerise #E800B5

Tints of Hollywood Cerise #E800B5

RGB

 RED value IS 232 (91.02% from 255) = 56.17%

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

 BLUE value IS 181 (71.09% from 255) = 43.83%

R = 56.17%
G = 0%
B = 43.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E800B5 (or 0xE800B5) is known color: Hollywood Cerise. HEX triplet: E8, 00 and B5. RGB value is (232,0,181). Sum of RGB (Red+Green+Blue) = 232+0+181=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E800B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800B5 is #17FF4A. Grayscale: #595959. Windows color (decimal): -1572683 or 11862248. OLE color: 11862248.

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

Color convert

RGB 232 0 181 -
CMYK 0 1 0.22 0.09
HSL 313.19º 1% 0.45% -
HSV(B) 313.19º 1% 0.91% -
XYZ 41.62 20.49 45.48 -
YUV 90 179.36 229.28 -
System Red Green Blue C M Y K H S L
Decimal 232 0 181 0 1 0.22 0.09 313.19 1 0.45
Hex E8 0 B5 0 64 16 9 139 64 2D
Octal 350 0 265 0 144 26 11 471 144 55
Binary 11101000 0 10110101 0 1100100 10110 1001 100111001 1100100 101101

Color Harmonies of #E800B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800B5

Black with #E800B5

Text Example


Text Example

White with #E800B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800B5; }

 p { color: rgb(232,0,181); }

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

background-color css

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

 a { background-color: rgb(232,0,181); }

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

border-color css

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

 span { border-color: rgb(232,0,181); }

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