Html Css Color HEX #E13A70 Cerise

📋 copy color: '#E13A70'

red 225 ◦ green 58 ◦ blue 112

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

Shades of Cerise #E13A70

Tints of Cerise #E13A70

RGB

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

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

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

R = 56.96%
G = 14.68%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E13A70 (or 0xE13A70) is known color: Cerise. HEX triplet: E1, 3A and 70. RGB value is (225,58,112). Sum of RGB (Red+Green+Blue) = 225+58+112=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A70 is #1EC58F. Grayscale: #727272. Windows color (decimal): -2016656 or 7355105. OLE color: 7355105.

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

Color convert

RGB 225 58 112 -
CMYK 0 0.74 0.50 0.12
HSL 340.6º 0.74% 0.55% -
HSV(B) 340.6º 0.74% 0.88% -
XYZ 35.49 20.2 17.36 -
YUV 114.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 225 58 112 0 0.74 0.50 0.12 340.6 0.74 0.55
Hex E1 3A 70 0 4A 32 C 155 4A 37
Octal 341 72 160 0 112 62 14 525 112 67
Binary 11100001 111010 1110000 0 1001010 110010 1100 101010101 1001010 110111

Color Harmonies of #E13A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A70

Black with #E13A70

Text Example


Text Example

White with #E13A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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