Html Css Color HEX #E800B6 Hollywood Cerise

📋 copy color: '#E800B6'

red 232 ◦ green 0 ◦ blue 182

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

Shades of Hollywood Cerise #E800B6

Tints of Hollywood Cerise #E800B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 56.04%
G = 0%
B = 43.96%

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

#E800B6 (or 0xE800B6) is known color: Hollywood Cerise. HEX triplet: E8, 00 and B6. RGB value is (232,0,182). Sum of RGB (Red+Green+Blue) = 232+0+182=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E800B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800B6 is #17FF49. Grayscale: #595959. Windows color (decimal): -1572682 or 11927784. OLE color: 11927784.

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

Color convert

RGB 232 0 182 -
CMYK 0 1 0.22 0.09
HSL 312.93º 1% 0.45% -
HSV(B) 312.93º 1% 0.91% -
XYZ 41.72 20.53 46.02 -
YUV 90.12 179.86 229.2 -
System Red Green Blue C M Y K H S L
Decimal 232 0 182 0 1 0.22 0.09 312.93 1 0.45
Hex E8 0 B6 0 64 16 9 139 64 2D
Octal 350 0 266 0 144 26 11 471 144 55
Binary 11101000 0 10110110 0 1100100 10110 1001 100111001 1100100 101101

Color Harmonies of #E800B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800B6

Black with #E800B6

Text Example


Text Example

White with #E800B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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