Html Css Color HEX #E02593 Deep Cerise

📋 copy color: '#E02593'

red 224 ◦ green 37 ◦ blue 147

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

Shades of Deep Cerise #E02593

Tints of Deep Cerise #E02593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 54.9%
G = 9.07%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E02593 (or 0xE02593) is known color: Deep Cerise. HEX triplet: E0, 25 and 93. RGB value is (224,37,147). Sum of RGB (Red+Green+Blue) = 224+37+147=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02593 is #1FDA6C. Grayscale: #696969. Windows color (decimal): -2087533 or 9643488. OLE color: 9643488.

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

Color convert

RGB 224 37 147 -
CMYK 0 0.83 0.34 0.12
HSL 324.71º 0.75% 0.51% -
HSV(B) 324.71º 0.83% 0.88% -
XYZ 36.67 19.28 29.39 -
YUV 105.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 224 37 147 0 0.83 0.34 0.12 324.71 0.75 0.51
Hex E0 25 93 0 53 22 C 145 4B 33
Octal 340 45 223 0 123 42 14 505 113 63
Binary 11100000 100101 10010011 0 1010011 100010 1100 101000101 1001011 110011

Color Harmonies of #E02593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02593

Black with #E02593

Text Example


Text Example

White with #E02593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02593; }

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

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

background-color css

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

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

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

border-color css

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

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

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