Html Css Color HEX #E0249A Deep Cerise

📋 copy color: '#E0249A'

red 224 ◦ green 36 ◦ blue 154

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

Shades of Deep Cerise #E0249A

Tints of Deep Cerise #E0249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.7%

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 54.11%
G = 8.7%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0249A (or 0xE0249A) is known color: Deep Cerise. HEX triplet: E0, 24 and 9A. RGB value is (224,36,154). Sum of RGB (Red+Green+Blue) = 224+36+154=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0249A is #1FDB65. Grayscale: #696969. Windows color (decimal): -2087782 or 10101984. OLE color: 10101984.

HSL color Cylindrical-coordinate representation of color #E0249A: hue angle of 322.34º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0249A is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 154 -
CMYK 0 0.84 0.31 0.12
HSL 322.34º 0.75% 0.51% -
HSV(B) 322.34º 0.84% 0.88% -
XYZ 37.2 19.44 32.36 -
YUV 105.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 224 36 154 0 0.84 0.31 0.12 322.34 0.75 0.51
Hex E0 24 9A 0 54 1F C 142 4B 33
Octal 340 44 232 0 124 37 14 502 113 63
Binary 11100000 100100 10011010 0 1010100 11111 1100 101000010 1001011 110011

Color Harmonies of #E0249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0249A

Black with #E0249A

Text Example


Text Example

White with #E0249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0249A; }

 p { color: rgb(224,36,154); }

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

background-color css

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

 a { background-color: rgb(224,36,154); }

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

border-color css

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

 span { border-color: rgb(224,36,154); }

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