Html Css Color HEX #E13471 Cerise

📋 copy color: '#E13471'

red 225 ◦ green 52 ◦ blue 113

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

Shades of Cerise #E13471

Tints of Cerise #E13471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.33%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 57.69%
G = 13.33%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E13471 (or 0xE13471) is known color: Cerise. HEX triplet: E1, 34 and 71. RGB value is (225,52,113). Sum of RGB (Red+Green+Blue) = 225+52+113=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E13471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13471 is #1ECB8E. Grayscale: #6E6E6E. Windows color (decimal): -2018191 or 7419105. OLE color: 7419105.

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

Color convert

RGB 225 52 113 -
CMYK 0 0.77 0.50 0.12
HSL 338.84º 0.74% 0.54% -
HSV(B) 338.84º 0.77% 0.88% -
XYZ 35.26 19.66 17.56 -
YUV 110.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 225 52 113 0 0.77 0.50 0.12 338.84 0.74 0.54
Hex E1 34 71 0 4D 32 C 153 4A 36
Octal 341 64 161 0 115 62 14 523 112 66
Binary 11100001 110100 1110001 0 1001101 110010 1100 101010011 1001010 110110

Color Harmonies of #E13471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13471

Black with #E13471

Text Example


Text Example

White with #E13471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13471; }

 p { color: rgb(225,52,113); }

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

background-color css

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

 a { background-color: rgb(225,52,113); }

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

border-color css

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

 span { border-color: rgb(225,52,113); }

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