Html Css Color HEX #E045A5 Deep Cerise

📋 copy color: '#E045A5'

red 224 ◦ green 69 ◦ blue 165

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

Shades of Deep Cerise #E045A5

Tints of Deep Cerise #E045A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 48.91%
G = 15.07%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E045A5 (or 0xE045A5) is known color: Deep Cerise. HEX triplet: E0, 45 and A5. RGB value is (224,69,165). Sum of RGB (Red+Green+Blue) = 224+69+165=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E045A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045A5 is #1FBA5A. Grayscale: #7E7E7E. Windows color (decimal): -2079323 or 10831328. OLE color: 10831328.

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

Color convert

RGB 224 69 165 -
CMYK 0 0.69 0.26 0.12
HSL 322.84º 0.71% 0.57% -
HSV(B) 322.84º 0.69% 0.88% -
XYZ 39.66 22.82 37.91 -
YUV 126.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 224 69 165 0 0.69 0.26 0.12 322.84 0.71 0.57
Hex E0 45 A5 0 45 1A C 143 47 39
Octal 340 105 245 0 105 32 14 503 107 71
Binary 11100000 1000101 10100101 0 1000101 11010 1100 101000011 1000111 111001

Color Harmonies of #E045A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045A5

Black with #E045A5

Text Example


Text Example

White with #E045A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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