Html Css Color HEX #E1315F Cerise

📋 copy color: '#E1315F'

red 225 ◦ green 49 ◦ blue 95

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

Shades of Cerise #E1315F

Tints of Cerise #E1315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 60.98%
G = 13.28%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1315F (or 0xE1315F) is known color: Cerise. HEX triplet: E1, 31 and 5F. RGB value is (225,49,95). Sum of RGB (Red+Green+Blue) = 225+49+95=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1315F is #1ECEA0. Grayscale: #6A6A6A. Windows color (decimal): -2018977 or 6238689. OLE color: 6238689.

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

Color convert

RGB 225 49 95 -
CMYK 0 0.78 0.58 0.12
HSL 344.32º 0.75% 0.54% -
HSV(B) 344.32º 0.78% 0.88% -
XYZ 34.22 19.03 12.7 -
YUV 106.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 225 49 95 0 0.78 0.58 0.12 344.32 0.75 0.54
Hex E1 31 5F 0 4E 3A C 158 4B 36
Octal 341 61 137 0 116 72 14 530 113 66
Binary 11100001 110001 1011111 0 1001110 111010 1100 101011000 1001011 110110

Color Harmonies of #E1315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1315F

Black with #E1315F

Text Example


Text Example

White with #E1315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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