Html Css Color HEX #E1315D Cerise

📋 copy color: '#E1315D'

red 225 ◦ green 49 ◦ blue 93

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

Shades of Cerise #E1315D

Tints of Cerise #E1315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 61.31%
G = 13.35%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1315D (or 0xE1315D) is known color: Cerise. HEX triplet: E1, 31 and 5D. RGB value is (225,49,93). Sum of RGB (Red+Green+Blue) = 225+49+93=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1315D is #1ECEA2. Grayscale: #6A6A6A. Windows color (decimal): -2018979 or 6107617. OLE color: 6107617.

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

Color convert

RGB 225 49 93 -
CMYK 0 0.78 0.59 0.12
HSL 345º 0.75% 0.54% -
HSV(B) 345º 0.78% 0.88% -
XYZ 34.13 18.99 12.22 -
YUV 106.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 225 49 93 0 0.78 0.59 0.12 345 0.75 0.54
Hex E1 31 5D 0 4E 3B C 159 4B 36
Octal 341 61 135 0 116 73 14 531 113 66
Binary 11100001 110001 1011101 0 1001110 111011 1100 101011001 1001011 110110

Color Harmonies of #E1315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1315D

Black with #E1315D

Text Example


Text Example

White with #E1315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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