Html Css Color HEX #E13D86 Deep Cerise

📋 copy color: '#E13D86'

red 225 ◦ green 61 ◦ blue 134

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

Shades of Deep Cerise #E13D86

Tints of Deep Cerise #E13D86

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.52%

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

R = 53.57%
G = 14.52%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E13D86 (or 0xE13D86) is known color: Deep Cerise. HEX triplet: E1, 3D and 86. RGB value is (225,61,134). Sum of RGB (Red+Green+Blue) = 225+61+134=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D86 is #1EC279. Grayscale: #767676. Windows color (decimal): -2015866 or 8797665. OLE color: 8797665.

HSL color Cylindrical-coordinate representation of color #E13D86: hue angle of 333.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13D86 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 61 134 -
CMYK 0 0.73 0.40 0.12
HSL 333.29º 0.73% 0.56% -
HSV(B) 333.29º 0.73% 0.88% -
XYZ 37.02 21.07 24.67 -
YUV 118.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 225 61 134 0 0.73 0.40 0.12 333.29 0.73 0.56
Hex E1 3D 86 0 49 28 C 14D 49 38
Octal 341 75 206 0 111 50 14 515 111 70
Binary 11100001 111101 10000110 0 1001001 101000 1100 101001101 1001001 111000

Color Harmonies of #E13D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D86

Black with #E13D86

Text Example


Text Example

White with #E13D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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