Html Css Color HEX #E13095 Deep Cerise

📋 copy color: '#E13095'

red 225 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #E13095

Tints of Deep Cerise #E13095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 53.32%
G = 11.37%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E13095 (or 0xE13095) is known color: Deep Cerise. HEX triplet: E1, 30 and 95. RGB value is (225,48,149). Sum of RGB (Red+Green+Blue) = 225+48+149=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E13095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13095 is #1ECF6A. Grayscale: #707070. Windows color (decimal): -2019179 or 9777377. OLE color: 9777377.

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

Color convert

RGB 225 48 149 -
CMYK 0 0.79 0.34 0.12
HSL 325.76º 0.75% 0.54% -
HSV(B) 325.76º 0.79% 0.88% -
XYZ 37.53 20.29 30.37 -
YUV 112.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 225 48 149 0 0.79 0.34 0.12 325.76 0.75 0.54
Hex E1 30 95 0 4F 22 C 146 4B 36
Octal 341 60 225 0 117 42 14 506 113 66
Binary 11100001 110000 10010101 0 1001111 100010 1100 101000110 1001011 110110

Color Harmonies of #E13095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13095

Black with #E13095

Text Example


Text Example

White with #E13095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13095; }

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

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

background-color css

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

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

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

border-color css

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

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

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