Html Css Color HEX #E13091 Deep Cerise

📋 copy color: '#E13091'

red 225 ◦ green 48 ◦ blue 145

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

Shades of Deep Cerise #E13091

Tints of Deep Cerise #E13091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

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

R = 53.83%
G = 11.48%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E13091 (or 0xE13091) is known color: Deep Cerise. HEX triplet: E1, 30 and 91. RGB value is (225,48,145). Sum of RGB (Red+Green+Blue) = 225+48+145=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E13091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13091 is #1ECF6E. Grayscale: #6F6F6F. Windows color (decimal): -2019183 or 9515233. OLE color: 9515233.

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

Color convert

RGB 225 48 145 -
CMYK 0 0.79 0.36 0.12
HSL 327.12º 0.75% 0.54% -
HSV(B) 327.12º 0.79% 0.88% -
XYZ 37.22 20.17 28.72 -
YUV 111.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 225 48 145 0 0.79 0.36 0.12 327.12 0.75 0.54
Hex E1 30 91 0 4F 24 C 147 4B 36
Octal 341 60 221 0 117 44 14 507 113 66
Binary 11100001 110000 10010001 0 1001111 100100 1100 101000111 1001011 110110

Color Harmonies of #E13091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13091

Black with #E13091

Text Example


Text Example

White with #E13091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13091; }

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

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

background-color css

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

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

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

border-color css

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

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

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