Html Css Color HEX #E01C9A Deep Cerise

📋 copy color: '#E01C9A'

red 224 ◦ green 28 ◦ blue 154

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

Shades of Deep Cerise #E01C9A

Tints of Deep Cerise #E01C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 55.17%
G = 6.9%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E01C9A (or 0xE01C9A) is known color: Deep Cerise. HEX triplet: E0, 1C and 9A. RGB value is (224,28,154). Sum of RGB (Red+Green+Blue) = 224+28+154=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C9A is #1FE365. Grayscale: #646464. Windows color (decimal): -2089830 or 10099936. OLE color: 10099936.

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

Color convert

RGB 224 28 154 -
CMYK 0 0.88 0.31 0.12
HSL 321.43º 0.78% 0.49% -
HSV(B) 321.43º 0.88% 0.88% -
XYZ 36.99 19.01 32.29 -
YUV 100.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 224 28 154 0 0.88 0.31 0.12 321.43 0.78 0.49
Hex E0 1C 9A 0 58 1F C 141 4E 31
Octal 340 34 232 0 130 37 14 501 116 61
Binary 11100000 11100 10011010 0 1011000 11111 1100 101000001 1001110 110001

Color Harmonies of #E01C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C9A

Black with #E01C9A

Text Example


Text Example

White with #E01C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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