Html Css Color HEX #E00395 Hollywood Cerise

📋 copy color: '#E00395'

red 224 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #E00395

Tints of Hollywood Cerise #E00395

RGB

 RED value IS 224 (87.89% from 255) = 59.57%

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 59.57%
G = 0.8%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00395 (or 0xE00395) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 95. RGB value is (224,3,149). Sum of RGB (Red+Green+Blue) = 224+3+149=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00395 is #1FFC6A. Grayscale: #555555. Windows color (decimal): -2096235 or 9765856. OLE color: 9765856.

HSL color Cylindrical-coordinate representation of color #E00395: hue angle of 320.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00395 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 149 -
CMYK 0 0.99 0.33 0.12
HSL 320.36º 0.97% 0.45% -
HSV(B) 320.36º 0.99% 0.88% -
XYZ 36.2 18.08 30.02 -
YUV 85.72 163.72 226.63 -
System Red Green Blue C M Y K H S L
Decimal 224 3 149 0 0.99 0.33 0.12 320.36 0.97 0.45
Hex E0 3 95 0 63 21 C 140 61 2D
Octal 340 3 225 0 143 41 14 500 141 55
Binary 11100000 11 10010101 0 1100011 100001 1100 101000000 1100001 101101

Color Harmonies of #E00395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00395

Black with #E00395

Text Example


Text Example

White with #E00395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00395; }

 p { color: rgb(224,3,149); }

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

background-color css

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

 a { background-color: rgb(224,3,149); }

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

border-color css

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

 span { border-color: rgb(224,3,149); }

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