Html Css Color HEX #E02990 Deep Cerise

📋 copy color: '#E02990'

red 224 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #E02990

Tints of Deep Cerise #E02990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 54.77%
G = 10.02%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E02990 (or 0xE02990) is known color: Deep Cerise. HEX triplet: E0, 29 and 90. RGB value is (224,41,144). Sum of RGB (Red+Green+Blue) = 224+41+144=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E02990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02990 is #1FD66F. Grayscale: #6B6B6B. Windows color (decimal): -2086512 or 9447904. OLE color: 9447904.

HSL color Cylindrical-coordinate representation of color #E02990: hue angle of 326.23º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02990 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 41 144 -
CMYK 0 0.82 0.36 0.12
HSL 326.23º 0.75% 0.52% -
HSV(B) 326.23º 0.82% 0.88% -
XYZ 36.57 19.45 28.21 -
YUV 107.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 224 41 144 0 0.82 0.36 0.12 326.23 0.75 0.52
Hex E0 29 90 0 52 24 C 146 4B 34
Octal 340 51 220 0 122 44 14 506 113 64
Binary 11100000 101001 10010000 0 1010010 100100 1100 101000110 1001011 110100

Color Harmonies of #E02990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02990

Black with #E02990

Text Example


Text Example

White with #E02990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02990; }

 p { color: rgb(224,41,144); }

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

background-color css

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

 a { background-color: rgb(224,41,144); }

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

border-color css

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

 span { border-color: rgb(224,41,144); }

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