Html Css Color HEX #E02595 Deep Cerise

📋 copy color: '#E02595'

red 224 ◦ green 37 ◦ blue 149

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

Shades of Deep Cerise #E02595

Tints of Deep Cerise #E02595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

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

R = 54.63%
G = 9.02%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02595 (or 0xE02595) is known color: Deep Cerise. HEX triplet: E0, 25 and 95. RGB value is (224,37,149). Sum of RGB (Red+Green+Blue) = 224+37+149=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E02595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02595 is #1FDA6A. Grayscale: #696969. Windows color (decimal): -2087531 or 9774560. OLE color: 9774560.

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

Color convert

RGB 224 37 149 -
CMYK 0 0.83 0.33 0.12
HSL 324.06º 0.75% 0.51% -
HSV(B) 324.06º 0.83% 0.88% -
XYZ 36.83 19.34 30.23 -
YUV 105.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 224 37 149 0 0.83 0.33 0.12 324.06 0.75 0.51
Hex E0 25 95 0 53 21 C 144 4B 33
Octal 340 45 225 0 123 41 14 504 113 63
Binary 11100000 100101 10010101 0 1010011 100001 1100 101000100 1001011 110011

Color Harmonies of #E02595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02595

Black with #E02595

Text Example


Text Example

White with #E02595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02595; }

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

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

background-color css

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

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

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

border-color css

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

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

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