Html Css Color HEX #E02690 Deep Cerise

📋 copy color: '#E02690'

red 224 ◦ green 38 ◦ blue 144

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

Shades of Deep Cerise #E02690

Tints of Deep Cerise #E02690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 55.17%
G = 9.36%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E02690 (or 0xE02690) is known color: Deep Cerise. HEX triplet: E0, 26 and 90. RGB value is (224,38,144). Sum of RGB (Red+Green+Blue) = 224+38+144=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E02690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02690 is #1FD96F. Grayscale: #696969. Windows color (decimal): -2087280 or 9447136. OLE color: 9447136.

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

Color convert

RGB 224 38 144 -
CMYK 0 0.83 0.36 0.12
HSL 325.81º 0.75% 0.51% -
HSV(B) 325.81º 0.83% 0.88% -
XYZ 36.47 19.25 28.18 -
YUV 105.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 224 38 144 0 0.83 0.36 0.12 325.81 0.75 0.51
Hex E0 26 90 0 53 24 C 146 4B 33
Octal 340 46 220 0 123 44 14 506 113 63
Binary 11100000 100110 10010000 0 1010011 100100 1100 101000110 1001011 110011

Color Harmonies of #E02690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02690

Black with #E02690

Text Example


Text Example

White with #E02690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02690; }

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

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

background-color css

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

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

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

border-color css

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

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

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