Html Css Color HEX #E30195 Hollywood Cerise

📋 copy color: '#E30195'

red 227 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #E30195

Tints of Hollywood Cerise #E30195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 60.21%
G = 0.27%
B = 39.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E30195 (or 0xE30195) is known color: Hollywood Cerise. HEX triplet: E3, 01 and 95. RGB value is (227,1,149). Sum of RGB (Red+Green+Blue) = 227+1+149=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E30195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30195 is #1CFE6A. Grayscale: #555555. Windows color (decimal): -1900139 or 9765347. OLE color: 9765347.

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

Color convert

RGB 227 1 149 -
CMYK 0 1.00 0.34 0.11
HSL 320.71º 0.99% 0.45% -
HSV(B) 320.71º 1% 0.89% -
XYZ 37.11 18.52 30.05 -
YUV 85.45 163.87 228.97 -
System Red Green Blue C M Y K H S L
Decimal 227 1 149 0 1.00 0.34 0.11 320.71 0.99 0.45
Hex E3 1 95 0 64 22 B 141 63 2D
Octal 343 1 225 0 144 42 13 501 143 55
Binary 11100011 1 10010101 0 1100100 100010 1011 101000001 1100011 101101

Color Harmonies of #E30195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30195

Black with #E30195

Text Example


Text Example

White with #E30195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30195; }

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

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

background-color css

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

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

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

border-color css

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

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

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