Html Css Color HEX #E131A0 Deep Cerise

📋 copy color: '#E131A0'

red 225 ◦ green 49 ◦ blue 160

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

Shades of Deep Cerise #E131A0

Tints of Deep Cerise #E131A0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.29%

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 51.84%
G = 11.29%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E131A0 (or 0xE131A0) is known color: Deep Cerise. HEX triplet: E1, 31 and A0. RGB value is (225,49,160). Sum of RGB (Red+Green+Blue) = 225+49+160=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E131A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131A0 is #1ECE5F. Grayscale: #727272. Windows color (decimal): -2018912 or 10498529. OLE color: 10498529.

HSL color Cylindrical-coordinate representation of color #E131A0: hue angle of 322.16º degrees, saturation: 0.75, 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 #E131A0 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 160 -
CMYK 0 0.78 0.29 0.12
HSL 322.16º 0.75% 0.54% -
HSV(B) 322.16º 0.78% 0.88% -
XYZ 38.49 20.74 35.23 -
YUV 114.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 225 49 160 0 0.78 0.29 0.12 322.16 0.75 0.54
Hex E1 31 A0 0 4E 1D C 142 4B 36
Octal 341 61 240 0 116 35 14 502 113 66
Binary 11100001 110001 10100000 0 1001110 11101 1100 101000010 1001011 110110

Color Harmonies of #E131A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131A0

Black with #E131A0

Text Example


Text Example

White with #E131A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131A0; }

 p { color: rgb(225,49,160); }

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

background-color css

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

 a { background-color: rgb(225,49,160); }

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

border-color css

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

 span { border-color: rgb(225,49,160); }

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