Html Css Color HEX #E045A4 Deep Cerise

📋 copy color: '#E045A4'

red 224 ◦ green 69 ◦ blue 164

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

Shades of Deep Cerise #E045A4

Tints of Deep Cerise #E045A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 49.02%
G = 15.1%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E045A4 (or 0xE045A4) is known color: Deep Cerise. HEX triplet: E0, 45 and A4. RGB value is (224,69,164). Sum of RGB (Red+Green+Blue) = 224+69+164=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E045A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045A4 is #1FBA5B. Grayscale: #7D7D7D. Windows color (decimal): -2079324 or 10765792. OLE color: 10765792.

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

Color convert

RGB 224 69 164 -
CMYK 0 0.69 0.27 0.12
HSL 323.23º 0.71% 0.57% -
HSV(B) 323.23º 0.69% 0.88% -
XYZ 39.57 22.78 37.43 -
YUV 126.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 224 69 164 0 0.69 0.27 0.12 323.23 0.71 0.57
Hex E0 45 A4 0 45 1B C 143 47 39
Octal 340 105 244 0 105 33 14 503 107 71
Binary 11100000 1000101 10100100 0 1000101 11011 1100 101000011 1000111 111001

Color Harmonies of #E045A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045A4

Black with #E045A4

Text Example


Text Example

White with #E045A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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