Html Css Color HEX #E04294 Deep Cerise

📋 copy color: '#E04294'

red 224 ◦ green 66 ◦ blue 148

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

Shades of Deep Cerise #E04294

Tints of Deep Cerise #E04294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 51.14%
G = 15.07%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E04294 (or 0xE04294) is known color: Deep Cerise. HEX triplet: E0, 42 and 94. RGB value is (224,66,148). Sum of RGB (Red+Green+Blue) = 224+66+148=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E04294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04294 is #1FBD6B. Grayscale: #7A7A7A. Windows color (decimal): -2080108 or 9716448. OLE color: 9716448.

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

Color convert

RGB 224 66 148 -
CMYK 0 0.71 0.34 0.12
HSL 328.86º 0.72% 0.57% -
HSV(B) 328.86º 0.71% 0.88% -
XYZ 38.03 21.88 30.24 -
YUV 122.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 224 66 148 0 0.71 0.34 0.12 328.86 0.72 0.57
Hex E0 42 94 0 47 22 C 149 48 39
Octal 340 102 224 0 107 42 14 511 110 71
Binary 11100000 1000010 10010100 0 1000111 100010 1100 101001001 1001000 111001

Color Harmonies of #E04294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04294

Black with #E04294

Text Example


Text Example

White with #E04294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04294; }

 p { color: rgb(224,66,148); }

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

background-color css

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

 a { background-color: rgb(224,66,148); }

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

border-color css

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

 span { border-color: rgb(224,66,148); }

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