Html Css Color HEX #E13A60 Cerise

📋 copy color: '#E13A60'

red 225 ◦ green 58 ◦ blue 96

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

Shades of Cerise #E13A60

Tints of Cerise #E13A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

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

R = 59.37%
G = 15.3%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E13A60 (or 0xE13A60) is known color: Cerise. HEX triplet: E1, 3A and 60. RGB value is (225,58,96). Sum of RGB (Red+Green+Blue) = 225+58+96=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A60 is #1EC59F. Grayscale: #707070. Windows color (decimal): -2016672 or 6306529. OLE color: 6306529.

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

Color convert

RGB 225 58 96 -
CMYK 0 0.74 0.57 0.12
HSL 346.35º 0.74% 0.55% -
HSV(B) 346.35º 0.74% 0.88% -
XYZ 34.68 19.88 13.08 -
YUV 112.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 225 58 96 0 0.74 0.57 0.12 346.35 0.74 0.55
Hex E1 3A 60 0 4A 39 C 15A 4A 37
Octal 341 72 140 0 112 71 14 532 112 67
Binary 11100001 111010 1100000 0 1001010 111001 1100 101011010 1001010 110111

Color Harmonies of #E13A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A60

Black with #E13A60

Text Example


Text Example

White with #E13A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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