Html Css Color HEX #E139A0 Deep Cerise

📋 copy color: '#E139A0'

red 225 ◦ green 57 ◦ blue 160

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

Shades of Deep Cerise #E139A0

Tints of Deep Cerise #E139A0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.9%

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

R = 50.9%
G = 12.9%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E139A0 (or 0xE139A0) is known color: Deep Cerise. HEX triplet: E1, 39 and A0. RGB value is (225,57,160). Sum of RGB (Red+Green+Blue) = 225+57+160=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E139A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139A0 is #1EC65F. Grayscale: #767676. Windows color (decimal): -2016864 or 10500577. OLE color: 10500577.

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

Color convert

RGB 225 57 160 -
CMYK 0 0.75 0.29 0.12
HSL 323.21º 0.74% 0.55% -
HSV(B) 323.21º 0.75% 0.88% -
XYZ 38.86 21.47 35.35 -
YUV 118.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 225 57 160 0 0.75 0.29 0.12 323.21 0.74 0.55
Hex E1 39 A0 0 4B 1D C 143 4A 37
Octal 341 71 240 0 113 35 14 503 112 67
Binary 11100001 111001 10100000 0 1001011 11101 1100 101000011 1001010 110111

Color Harmonies of #E139A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139A0

Black with #E139A0

Text Example


Text Example

White with #E139A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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