Html Css Color HEX #E13C80 Deep Cerise

📋 copy color: '#E13C80'

red 225 ◦ green 60 ◦ blue 128

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

Shades of Deep Cerise #E13C80

Tints of Deep Cerise #E13C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.53%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 54.48%
G = 14.53%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E13C80 (or 0xE13C80) is known color: Deep Cerise. HEX triplet: E1, 3C and 80. RGB value is (225,60,128). Sum of RGB (Red+Green+Blue) = 225+60+128=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13C80 is #1EC37F. Grayscale: #747474. Windows color (decimal): -2016128 or 8404193. OLE color: 8404193.

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

Color convert

RGB 225 60 128 -
CMYK 0 0.73 0.43 0.12
HSL 335.27º 0.73% 0.56% -
HSV(B) 335.27º 0.73% 0.88% -
XYZ 36.56 20.8 22.51 -
YUV 117.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 225 60 128 0 0.73 0.43 0.12 335.27 0.73 0.56
Hex E1 3C 80 0 49 2B C 14F 49 38
Octal 341 74 200 0 111 53 14 517 111 70
Binary 11100001 111100 10000000 0 1001001 101011 1100 101001111 1001001 111000

Color Harmonies of #E13C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C80

Black with #E13C80

Text Example


Text Example

White with #E13C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C80; }

 p { color: rgb(225,60,128); }

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

background-color css

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

 a { background-color: rgb(225,60,128); }

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

border-color css

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

 span { border-color: rgb(225,60,128); }

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