Html Css Color HEX #E045A0 Deep Cerise

📋 copy color: '#E045A0'

red 224 ◦ green 69 ◦ blue 160

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

Shades of Deep Cerise #E045A0

Tints of Deep Cerise #E045A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 49.45%
G = 15.23%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E045A0 (or 0xE045A0) is known color: Deep Cerise. HEX triplet: E0, 45 and A0. RGB value is (224,69,160). Sum of RGB (Red+Green+Blue) = 224+69+160=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E045A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045A0 is #1FBA5F. Grayscale: #7D7D7D. Windows color (decimal): -2079328 or 10503648. OLE color: 10503648.

HSL color Cylindrical-coordinate representation of color #E045A0: hue angle of 324.77º 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 #E045A0 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 160 -
CMYK 0 0.69 0.29 0.12
HSL 324.77º 0.71% 0.57% -
HSV(B) 324.77º 0.69% 0.88% -
XYZ 39.21 22.64 35.56 -
YUV 125.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 224 69 160 0 0.69 0.29 0.12 324.77 0.71 0.57
Hex E0 45 A0 0 45 1D C 145 47 39
Octal 340 105 240 0 105 35 14 505 107 71
Binary 11100000 1000101 10100000 0 1000101 11101 1100 101000101 1000111 111001

Color Harmonies of #E045A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045A0

Black with #E045A0

Text Example


Text Example

White with #E045A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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