Html Css Color HEX #E13C70 Cerise

📋 copy color: '#E13C70'

red 225 ◦ green 60 ◦ blue 112

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

Shades of Cerise #E13C70

Tints of Cerise #E13C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 56.68%
G = 15.11%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E13C70 (or 0xE13C70) is known color: Cerise. HEX triplet: E1, 3C and 70. RGB value is (225,60,112). Sum of RGB (Red+Green+Blue) = 225+60+112=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C70 is #1EC38F. Grayscale: #737373. Windows color (decimal): -2016144 or 7355617. OLE color: 7355617.

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

Color convert

RGB 225 60 112 -
CMYK 0 0.73 0.50 0.12
HSL 341.09º 0.73% 0.56% -
HSV(B) 341.09º 0.73% 0.88% -
XYZ 35.59 20.41 17.39 -
YUV 115.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 225 60 112 0 0.73 0.50 0.12 341.09 0.73 0.56
Hex E1 3C 70 0 49 32 C 155 49 38
Octal 341 74 160 0 111 62 14 525 111 70
Binary 11100001 111100 1110000 0 1001001 110010 1100 101010101 1001001 111000

Color Harmonies of #E13C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C70

Black with #E13C70

Text Example


Text Example

White with #E13C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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