Html Css Color HEX #E01C95 Deep Cerise

📋 copy color: '#E01C95'

red 224 ◦ green 28 ◦ blue 149

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

Shades of Deep Cerise #E01C95

Tints of Deep Cerise #E01C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

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

R = 55.86%
G = 6.98%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E01C95 (or 0xE01C95) is known color: Deep Cerise. HEX triplet: E0, 1C and 95. RGB value is (224,28,149). Sum of RGB (Red+Green+Blue) = 224+28+149=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C95 is #1FE36A. Grayscale: #646464. Windows color (decimal): -2089835 or 9772256. OLE color: 9772256.

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

Color convert

RGB 224 28 149 -
CMYK 0 0.88 0.33 0.12
HSL 322.96º 0.78% 0.49% -
HSV(B) 322.96º 0.88% 0.88% -
XYZ 36.58 18.85 30.14 -
YUV 100.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 224 28 149 0 0.88 0.33 0.12 322.96 0.78 0.49
Hex E0 1C 95 0 58 21 C 143 4E 31
Octal 340 34 225 0 130 41 14 503 116 61
Binary 11100000 11100 10010101 0 1011000 100001 1100 101000011 1001110 110001

Color Harmonies of #E01C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C95

Black with #E01C95

Text Example


Text Example

White with #E01C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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