Html Css Color HEX #E30295 Hollywood Cerise

📋 copy color: '#E30295'

red 227 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #E30295

Tints of Hollywood Cerise #E30295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 60.05%
G = 0.53%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E30295 (or 0xE30295) is known color: Hollywood Cerise. HEX triplet: E3, 02 and 95. RGB value is (227,2,149). Sum of RGB (Red+Green+Blue) = 227+2+149=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E30295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30295 is #1CFD6A. Grayscale: #555555. Windows color (decimal): -1899883 or 9765603. OLE color: 9765603.

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

Color convert

RGB 227 2 149 -
CMYK 0 0.99 0.34 0.11
HSL 320.8º 0.98% 0.45% -
HSV(B) 320.8º 0.99% 0.89% -
XYZ 37.13 18.54 30.06 -
YUV 86.03 163.54 228.55 -
System Red Green Blue C M Y K H S L
Decimal 227 2 149 0 0.99 0.34 0.11 320.8 0.98 0.45
Hex E3 2 95 0 63 22 B 141 62 2D
Octal 343 2 225 0 143 42 13 501 142 55
Binary 11100011 10 10010101 0 1100011 100010 1011 101000001 1100010 101101

Color Harmonies of #E30295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30295

Black with #E30295

Text Example


Text Example

White with #E30295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30295; }

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

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

background-color css

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

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

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

border-color css

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

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

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