Html Css Color HEX #E30096 Hollywood Cerise

📋 copy color: '#E30096'

red 227 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #E30096

Tints of Hollywood Cerise #E30096

RGB

 RED value IS 227 (89.06% from 255) = 60.21%

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 60.21%
G = 0%
B = 39.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E30096 (or 0xE30096) is known color: Hollywood Cerise. HEX triplet: E3, 00 and 96. RGB value is (227,0,150). Sum of RGB (Red+Green+Blue) = 227+0+150=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E30096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30096 is #1CFF69. Grayscale: #545454. Windows color (decimal): -1900394 or 9830627. OLE color: 9830627.

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

Color convert

RGB 227 0 150 -
CMYK 0 1 0.34 0.11
HSL 320.35º 1% 0.45% -
HSV(B) 320.35º 1% 0.89% -
XYZ 37.18 18.53 30.47 -
YUV 84.97 164.71 229.3 -
System Red Green Blue C M Y K H S L
Decimal 227 0 150 0 1 0.34 0.11 320.35 1 0.45
Hex E3 0 96 0 64 22 B 140 64 2D
Octal 343 0 226 0 144 42 13 500 144 55
Binary 11100011 0 10010110 0 1100100 100010 1011 101000000 1100100 101101

Color Harmonies of #E30096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30096

Black with #E30096

Text Example


Text Example

White with #E30096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30096; }

 p { color: rgb(227,0,150); }

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

background-color css

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

 a { background-color: rgb(227,0,150); }

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

border-color css

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

 span { border-color: rgb(227,0,150); }

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