Html Css Color HEX #E30F96 Hollywood Cerise

📋 copy color: '#E30F96'

red 227 ◦ green 15 ◦ blue 150

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

Shades of Hollywood Cerise #E30F96

Tints of Hollywood Cerise #E30F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

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

R = 57.91%
G = 3.83%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E30F96 (or 0xE30F96) is known color: Hollywood Cerise. HEX triplet: E3, 0F and 96. RGB value is (227,15,150). Sum of RGB (Red+Green+Blue) = 227+15+150=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F96 is #1CF069. Grayscale: #5D5D5D. Windows color (decimal): -1896554 or 9834467. OLE color: 9834467.

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

Color convert

RGB 227 15 150 -
CMYK 0 0.93 0.34 0.11
HSL 321.79º 0.88% 0.47% -
HSV(B) 321.79º 0.93% 0.89% -
XYZ 37.35 18.87 30.53 -
YUV 93.78 159.74 223.02 -
System Red Green Blue C M Y K H S L
Decimal 227 15 150 0 0.93 0.34 0.11 321.79 0.88 0.47
Hex E3 F 96 0 5D 22 B 142 58 2F
Octal 343 17 226 0 135 42 13 502 130 57
Binary 11100011 1111 10010110 0 1011101 100010 1011 101000010 1011000 101111

Color Harmonies of #E30F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F96

Black with #E30F96

Text Example


Text Example

White with #E30F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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