Html Css Color HEX #E30094 Hollywood Cerise

📋 copy color: '#E30094'

red 227 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #E30094

Tints of Hollywood Cerise #E30094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 60.53%
G = 0%
B = 39.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E30094 (or 0xE30094) is known color: Hollywood Cerise. HEX triplet: E3, 00 and 94. RGB value is (227,0,148). Sum of RGB (Red+Green+Blue) = 227+0+148=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E30094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30094 is #1CFF6B. Grayscale: #545454. Windows color (decimal): -1900396 or 9699555. OLE color: 9699555.

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

Color convert

RGB 227 0 148 -
CMYK 0 1 0.35 0.11
HSL 320.88º 1% 0.45% -
HSV(B) 320.88º 1% 0.89% -
XYZ 37.02 18.47 29.63 -
YUV 84.75 163.71 229.47 -
System Red Green Blue C M Y K H S L
Decimal 227 0 148 0 1 0.35 0.11 320.88 1 0.45
Hex E3 0 94 0 64 23 B 141 64 2D
Octal 343 0 224 0 144 43 13 501 144 55
Binary 11100011 0 10010100 0 1100100 100011 1011 101000001 1100100 101101

Color Harmonies of #E30094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30094

Black with #E30094

Text Example


Text Example

White with #E30094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30094; }

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

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

background-color css

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

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

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

border-color css

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

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

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