Html Css Color HEX #E1316B Cerise

📋 copy color: '#E1316B'

red 225 ◦ green 49 ◦ blue 107

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

Shades of Cerise #E1316B

Tints of Cerise #E1316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 59.06%
G = 12.86%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1316B (or 0xE1316B) is known color: Cerise. HEX triplet: E1, 31 and 6B. RGB value is (225,49,107). Sum of RGB (Red+Green+Blue) = 225+49+107=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1316B is #1ECE94. Grayscale: #6C6C6C. Windows color (decimal): -2018965 or 7025121. OLE color: 7025121.

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

Color convert

RGB 225 49 107 -
CMYK 0 0.78 0.52 0.12
HSL 340.23º 0.75% 0.54% -
HSV(B) 340.23º 0.78% 0.88% -
XYZ 34.8 19.27 15.79 -
YUV 108.24 127.31 211.28 -
System Red Green Blue C M Y K H S L
Decimal 225 49 107 0 0.78 0.52 0.12 340.23 0.75 0.54
Hex E1 31 6B 0 4E 34 C 154 4B 36
Octal 341 61 153 0 116 64 14 524 113 66
Binary 11100001 110001 1101011 0 1001110 110100 1100 101010100 1001011 110110

Color Harmonies of #E1316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1316B

Black with #E1316B

Text Example


Text Example

White with #E1316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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