Html Css Color HEX #E046A2 Deep Cerise

📋 copy color: '#E046A2'

red 224 ◦ green 70 ◦ blue 162

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

Shades of Deep Cerise #E046A2

Tints of Deep Cerise #E046A2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.35%

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 49.12%
G = 15.35%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E046A2 (or 0xE046A2) is known color: Deep Cerise. HEX triplet: E0, 46 and A2. RGB value is (224,70,162). Sum of RGB (Red+Green+Blue) = 224+70+162=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E046A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046A2 is #1FB95D. Grayscale: #7E7E7E. Windows color (decimal): -2079070 or 10634976. OLE color: 10634976.

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

Color convert

RGB 224 70 162 -
CMYK 0 0.69 0.28 0.12
HSL 324.16º 0.71% 0.58% -
HSV(B) 324.16º 0.69% 0.88% -
XYZ 39.45 22.84 36.51 -
YUV 126.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 224 70 162 0 0.69 0.28 0.12 324.16 0.71 0.58
Hex E0 46 A2 0 45 1C C 144 47 3A
Octal 340 106 242 0 105 34 14 504 107 72
Binary 11100000 1000110 10100010 0 1000101 11100 1100 101000100 1000111 111010

Color Harmonies of #E046A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046A2

Black with #E046A2

Text Example


Text Example

White with #E046A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046A2; }

 p { color: rgb(224,70,162); }

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

background-color css

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

 a { background-color: rgb(224,70,162); }

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

border-color css

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

 span { border-color: rgb(224,70,162); }

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