Html Css Color HEX #E00393 Hollywood Cerise

📋 copy color: '#E00393'

red 224 ◦ green 3 ◦ blue 147

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

Shades of Hollywood Cerise #E00393

Tints of Hollywood Cerise #E00393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 59.89%
G = 0.8%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E00393 (or 0xE00393) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 93. RGB value is (224,3,147). Sum of RGB (Red+Green+Blue) = 224+3+147=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E00393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00393 is #1FFC6C. Grayscale: #555555. Windows color (decimal): -2096237 or 9634784. OLE color: 9634784.

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

Color convert

RGB 224 3 147 -
CMYK 0 0.99 0.34 0.12
HSL 320.91º 0.97% 0.45% -
HSV(B) 320.91º 0.99% 0.88% -
XYZ 36.04 18.02 29.18 -
YUV 85.5 162.72 226.79 -
System Red Green Blue C M Y K H S L
Decimal 224 3 147 0 0.99 0.34 0.12 320.91 0.97 0.45
Hex E0 3 93 0 63 22 C 141 61 2D
Octal 340 3 223 0 143 42 14 501 141 55
Binary 11100000 11 10010011 0 1100011 100010 1100 101000001 1100001 101101

Color Harmonies of #E00393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00393

Black with #E00393

Text Example


Text Example

White with #E00393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00393; }

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

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

background-color css

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

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

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

border-color css

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

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

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