Html Css Color HEX #E13172 Cerise

📋 copy color: '#E13172'

red 225 ◦ green 49 ◦ blue 114

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

Shades of Cerise #E13172

Tints of Cerise #E13172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.63%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 57.99%
G = 12.63%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E13172 (or 0xE13172) is known color: Cerise. HEX triplet: E1, 31 and 72. RGB value is (225,49,114). Sum of RGB (Red+Green+Blue) = 225+49+114=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E13172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13172 is #1ECE8D. Grayscale: #6C6C6C. Windows color (decimal): -2018958 or 7483873. OLE color: 7483873.

HSL color Cylindrical-coordinate representation of color #E13172: hue angle of 337.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13172 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 114 -
CMYK 0 0.78 0.49 0.12
HSL 337.84º 0.75% 0.54% -
HSV(B) 337.84º 0.78% 0.88% -
XYZ 35.19 19.42 17.81 -
YUV 109.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 225 49 114 0 0.78 0.49 0.12 337.84 0.75 0.54
Hex E1 31 72 0 4E 31 C 152 4B 36
Octal 341 61 162 0 116 61 14 522 113 66
Binary 11100001 110001 1110010 0 1001110 110001 1100 101010010 1001011 110110

Color Harmonies of #E13172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13172

Black with #E13172

Text Example


Text Example

White with #E13172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13172; }

 p { color: rgb(225,49,114); }

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

background-color css

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

 a { background-color: rgb(225,49,114); }

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

border-color css

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

 span { border-color: rgb(225,49,114); }

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