Html Css Color HEX #E13AA5 Deep Cerise

📋 copy color: '#E13AA5'

red 225 ◦ green 58 ◦ blue 165

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

Shades of Deep Cerise #E13AA5

Tints of Deep Cerise #E13AA5

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

 GREEN value IS 58 (23.05% from 255) = 12.95%

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

R = 50.22%
G = 12.95%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E13AA5 (or 0xE13AA5) is known color: Deep Cerise. HEX triplet: E1, 3A and A5. RGB value is (225,58,165). Sum of RGB (Red+Green+Blue) = 225+58+165=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AA5 is #1EC55A. Grayscale: #777777. Windows color (decimal): -2016603 or 10828513. OLE color: 10828513.

HSL color Cylindrical-coordinate representation of color #E13AA5: hue angle of 321.56º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13AA5 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 165 -
CMYK 0 0.74 0.27 0.12
HSL 321.56º 0.74% 0.55% -
HSV(B) 321.56º 0.74% 0.88% -
XYZ 39.36 21.75 37.72 -
YUV 120.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 225 58 165 0 0.74 0.27 0.12 321.56 0.74 0.55
Hex E1 3A A5 0 4A 1B C 142 4A 37
Octal 341 72 245 0 112 33 14 502 112 67
Binary 11100001 111010 10100101 0 1001010 11011 1100 101000010 1001010 110111

Color Harmonies of #E13AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13AA5

Black with #E13AA5

Text Example


Text Example

White with #E13AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13AA5; }

 p { color: rgb(225,58,165); }

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

background-color css

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

 a { background-color: rgb(225,58,165); }

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

border-color css

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

 span { border-color: rgb(225,58,165); }

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