Html Css Color HEX #E13986 Deep Cerise

📋 copy color: '#E13986'

red 225 ◦ green 57 ◦ blue 134

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

Shades of Deep Cerise #E13986

Tints of Deep Cerise #E13986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 54.09%
G = 13.7%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E13986 (or 0xE13986) is known color: Deep Cerise. HEX triplet: E1, 39 and 86. RGB value is (225,57,134). Sum of RGB (Red+Green+Blue) = 225+57+134=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E13986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13986 is #1EC679. Grayscale: #737373. Windows color (decimal): -2016890 or 8796641. OLE color: 8796641.

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

Color convert

RGB 225 57 134 -
CMYK 0 0.75 0.40 0.12
HSL 332.5º 0.74% 0.55% -
HSV(B) 332.5º 0.75% 0.88% -
XYZ 36.82 20.66 24.6 -
YUV 116.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 225 57 134 0 0.75 0.40 0.12 332.5 0.74 0.55
Hex E1 39 86 0 4B 28 C 14C 4A 37
Octal 341 71 206 0 113 50 14 514 112 67
Binary 11100001 111001 10000110 0 1001011 101000 1100 101001100 1001010 110111

Color Harmonies of #E13986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13986

Black with #E13986

Text Example


Text Example

White with #E13986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13986; }

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

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

background-color css

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

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

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

border-color css

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

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

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