Html Css Color HEX #E1718C Deep Blush

📋 copy color: '#E1718C'

red 225 ◦ green 113 ◦ blue 140

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

Shades of Deep Blush #E1718C

Tints of Deep Blush #E1718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 47.07%
G = 23.64%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1718C (or 0xE1718C) is known color: Deep Blush. HEX triplet: E1, 71 and 8C. RGB value is (225,113,140). Sum of RGB (Red+Green+Blue) = 225+113+140=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1718C is #1E8E73. Grayscale: #959595. Windows color (decimal): -2002548 or 9204193. OLE color: 9204193.

HSL color Cylindrical-coordinate representation of color #E1718C: hue angle of 345.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1718C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 140 -
CMYK 0 0.50 0.38 0.12
HSL 345.54º 0.65% 0.66% -
HSV(B) 345.54º 0.5% 0.88% -
XYZ 41.69 29.71 28.35 -
YUV 149.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 225 113 140 0 0.50 0.38 0.12 345.54 0.65 0.66
Hex E1 71 8C 0 32 26 C 15A 41 42
Octal 341 161 214 0 62 46 14 532 101 102
Binary 11100001 1110001 10001100 0 110010 100110 1100 101011010 1000001 1000010

Color Harmonies of #E1718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1718C

Black with #E1718C

Text Example


Text Example

White with #E1718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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