Html Css Color HEX #E30194 Hollywood Cerise

📋 copy color: '#E30194'

red 227 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #E30194

Tints of Hollywood Cerise #E30194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 60.37%
G = 0.27%
B = 39.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E30194 (or 0xE30194) is known color: Hollywood Cerise. HEX triplet: E3, 01 and 94. RGB value is (227,1,148). Sum of RGB (Red+Green+Blue) = 227+1+148=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E30194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30194 is #1CFE6B. Grayscale: #545454. Windows color (decimal): -1900140 or 9699811. OLE color: 9699811.

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

Color convert

RGB 227 1 148 -
CMYK 0 1.00 0.35 0.11
HSL 320.97º 0.99% 0.45% -
HSV(B) 320.97º 1% 0.89% -
XYZ 37.03 18.49 29.63 -
YUV 85.33 163.37 229.05 -
System Red Green Blue C M Y K H S L
Decimal 227 1 148 0 1.00 0.35 0.11 320.97 0.99 0.45
Hex E3 1 94 0 64 23 B 141 63 2D
Octal 343 1 224 0 144 43 13 501 143 55
Binary 11100011 1 10010100 0 1100100 100011 1011 101000001 1100011 101101

Color Harmonies of #E30194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30194

Black with #E30194

Text Example


Text Example

White with #E30194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30194; }

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

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

background-color css

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

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

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

border-color css

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

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

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