Html Css Color HEX #E13C60 Cerise

📋 copy color: '#E13C60'

red 225 ◦ green 60 ◦ blue 96

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

Shades of Cerise #E13C60

Tints of Cerise #E13C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 59.06%
G = 15.75%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E13C60 (or 0xE13C60) is known color: Cerise. HEX triplet: E1, 3C and 60. RGB value is (225,60,96). Sum of RGB (Red+Green+Blue) = 225+60+96=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C60 is #1EC39F. Grayscale: #717171. Windows color (decimal): -2016160 or 6307041. OLE color: 6307041.

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

Color convert

RGB 225 60 96 -
CMYK 0 0.73 0.57 0.12
HSL 346.91º 0.73% 0.56% -
HSV(B) 346.91º 0.73% 0.88% -
XYZ 34.78 20.08 13.11 -
YUV 113.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 225 60 96 0 0.73 0.57 0.12 346.91 0.73 0.56
Hex E1 3C 60 0 49 39 C 15B 49 38
Octal 341 74 140 0 111 71 14 533 111 70
Binary 11100001 111100 1100000 0 1001001 111001 1100 101011011 1001001 111000

Color Harmonies of #E13C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C60

Black with #E13C60

Text Example


Text Example

White with #E13C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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