Html Css Color HEX #E04095 Deep Cerise

📋 copy color: '#E04095'

red 224 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #E04095

Tints of Deep Cerise #E04095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.65%

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

R = 51.26%
G = 14.65%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E04095 (or 0xE04095) is known color: Deep Cerise. HEX triplet: E0, 40 and 95. RGB value is (224,64,149). Sum of RGB (Red+Green+Blue) = 224+64+149=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E04095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04095 is #1FBF6A. Grayscale: #797979. Windows color (decimal): -2080619 or 9781472. OLE color: 9781472.

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

Color convert

RGB 224 64 149 -
CMYK 0 0.71 0.33 0.12
HSL 328.13º 0.72% 0.56% -
HSV(B) 328.13º 0.71% 0.88% -
XYZ 38 21.68 30.62 -
YUV 121.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 224 64 149 0 0.71 0.33 0.12 328.13 0.72 0.56
Hex E0 40 95 0 47 21 C 148 48 38
Octal 340 100 225 0 107 41 14 510 110 70
Binary 11100000 1000000 10010101 0 1000111 100001 1100 101001000 1001000 111000

Color Harmonies of #E04095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04095

Black with #E04095

Text Example


Text Example

White with #E04095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04095; }

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

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

background-color css

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

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

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

border-color css

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

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

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