Html Css Color HEX #E1318E Deep Cerise

📋 copy color: '#E1318E'

red 225 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #E1318E

Tints of Deep Cerise #E1318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 54.09%
G = 11.78%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1318E (or 0xE1318E) is known color: Deep Cerise. HEX triplet: E1, 31 and 8E. RGB value is (225,49,142). Sum of RGB (Red+Green+Blue) = 225+49+142=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1318E is #1ECE71. Grayscale: #707070. Windows color (decimal): -2018930 or 9318881. OLE color: 9318881.

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

Color convert

RGB 225 49 142 -
CMYK 0 0.78 0.37 0.12
HSL 328.3º 0.75% 0.54% -
HSV(B) 328.3º 0.78% 0.88% -
XYZ 37.03 20.16 27.53 -
YUV 112.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 225 49 142 0 0.78 0.37 0.12 328.3 0.75 0.54
Hex E1 31 8E 0 4E 25 C 148 4B 36
Octal 341 61 216 0 116 45 14 510 113 66
Binary 11100001 110001 10001110 0 1001110 100101 1100 101001000 1001011 110110

Color Harmonies of #E1318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1318E

Black with #E1318E

Text Example


Text Example

White with #E1318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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