Html Css Color HEX #E04596 Deep Cerise

📋 copy color: '#E04596'

red 224 ◦ green 69 ◦ blue 150

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

Shades of Deep Cerise #E04596

Tints of Deep Cerise #E04596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 50.56%
G = 15.58%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E04596 (or 0xE04596) is known color: Deep Cerise. HEX triplet: E0, 45 and 96. RGB value is (224,69,150). Sum of RGB (Red+Green+Blue) = 224+69+150=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E04596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04596 is #1FBA69. Grayscale: #7C7C7C. Windows color (decimal): -2079338 or 9848288. OLE color: 9848288.

HSL color Cylindrical-coordinate representation of color #E04596: hue angle of 328.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04596 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 150 -
CMYK 0 0.69 0.33 0.12
HSL 328.65º 0.71% 0.57% -
HSV(B) 328.65º 0.69% 0.88% -
XYZ 38.37 22.31 31.14 -
YUV 124.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 224 69 150 0 0.69 0.33 0.12 328.65 0.71 0.57
Hex E0 45 96 0 45 21 C 149 47 39
Octal 340 105 226 0 105 41 14 511 107 71
Binary 11100000 1000101 10010110 0 1000101 100001 1100 101001001 1000111 111001

Color Harmonies of #E04596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04596

Black with #E04596

Text Example


Text Example

White with #E04596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04596; }

 p { color: rgb(224,69,150); }

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

background-color css

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

 a { background-color: rgb(224,69,150); }

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

border-color css

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

 span { border-color: rgb(224,69,150); }

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