Html Css Color HEX #E13488 Deep Cerise

📋 copy color: '#E13488'

red 225 ◦ green 52 ◦ blue 136

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

Shades of Deep Cerise #E13488

Tints of Deep Cerise #E13488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 54.48%
G = 12.59%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E13488 (or 0xE13488) is known color: Deep Cerise. HEX triplet: E1, 34 and 88. RGB value is (225,52,136). Sum of RGB (Red+Green+Blue) = 225+52+136=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E13488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13488 is #1ECB77. Grayscale: #717171. Windows color (decimal): -2018168 or 8926433. OLE color: 8926433.

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

Color convert

RGB 225 52 136 -
CMYK 0 0.77 0.40 0.12
HSL 330.87º 0.74% 0.54% -
HSV(B) 330.87º 0.77% 0.88% -
XYZ 36.72 20.24 25.26 -
YUV 113.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 225 52 136 0 0.77 0.40 0.12 330.87 0.74 0.54
Hex E1 34 88 0 4D 28 C 14B 4A 36
Octal 341 64 210 0 115 50 14 513 112 66
Binary 11100001 110100 10001000 0 1001101 101000 1100 101001011 1001010 110110

Color Harmonies of #E13488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13488

Black with #E13488

Text Example


Text Example

White with #E13488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13488; }

 p { color: rgb(225,52,136); }

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

background-color css

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

 a { background-color: rgb(225,52,136); }

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

border-color css

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

 span { border-color: rgb(225,52,136); }

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