Html Css Color HEX #E00193 Hollywood Cerise

📋 copy color: '#E00193'

red 224 ◦ green 1 ◦ blue 147

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

Shades of Hollywood Cerise #E00193

Tints of Hollywood Cerise #E00193

RGB

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

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

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

R = 60.22%
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.12

RGB Variations

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

Color information

#E00193 (or 0xE00193) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 93. RGB value is (224,1,147). Sum of RGB (Red+Green+Blue) = 224+1+147=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E00193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00193 is #1FFE6C. Grayscale: #535353. Windows color (decimal): -2096749 or 9634272. OLE color: 9634272.

HSL color Cylindrical-coordinate representation of color #E00193: hue angle of 320.72º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00193 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 147 -
CMYK 0 1.00 0.34 0.12
HSL 320.72º 0.99% 0.44% -
HSV(B) 320.72º 1% 0.88% -
XYZ 36.02 17.98 29.18 -
YUV 84.32 163.38 227.63 -
System Red Green Blue C M Y K H S L
Decimal 224 1 147 0 1.00 0.34 0.12 320.72 0.99 0.44
Hex E0 1 93 0 64 22 C 141 63 2C
Octal 340 1 223 0 144 42 14 501 143 54
Binary 11100000 1 10010011 0 1100100 100010 1100 101000001 1100011 101100

Color Harmonies of #E00193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00193

Black with #E00193

Text Example


Text Example

White with #E00193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00193; }

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

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

background-color css

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

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

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

border-color css

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

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

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