Html Css Color HEX #E13291 Deep Cerise

📋 copy color: '#E13291'

red 225 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #E13291

Tints of Deep Cerise #E13291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 53.57%
G = 11.9%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E13291 (or 0xE13291) is known color: Deep Cerise. HEX triplet: E1, 32 and 91. RGB value is (225,50,145). Sum of RGB (Red+Green+Blue) = 225+50+145=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E13291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13291 is #1ECD6E. Grayscale: #707070. Windows color (decimal): -2018671 or 9515745. OLE color: 9515745.

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

Color convert

RGB 225 50 145 -
CMYK 0 0.78 0.36 0.12
HSL 327.43º 0.74% 0.54% -
HSV(B) 327.43º 0.78% 0.88% -
XYZ 37.3 20.33 28.75 -
YUV 113.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 225 50 145 0 0.78 0.36 0.12 327.43 0.74 0.54
Hex E1 32 91 0 4E 24 C 147 4A 36
Octal 341 62 221 0 116 44 14 507 112 66
Binary 11100001 110010 10010001 0 1001110 100100 1100 101000111 1001010 110110

Color Harmonies of #E13291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13291

Black with #E13291

Text Example


Text Example

White with #E13291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13291; }

 p { color: rgb(225,50,145); }

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

background-color css

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

 a { background-color: rgb(225,50,145); }

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

border-color css

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

 span { border-color: rgb(225,50,145); }

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