Html Css Color HEX #E1718F Deep Blush

📋 copy color: '#E1718F'

red 225 ◦ green 113 ◦ blue 143

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

Shades of Deep Blush #E1718F

Tints of Deep Blush #E1718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 46.78%
G = 23.49%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1718F (or 0xE1718F) is known color: Deep Blush. HEX triplet: E1, 71 and 8F. RGB value is (225,113,143). Sum of RGB (Red+Green+Blue) = 225+113+143=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1718F is #1E8E70. Grayscale: #959595. Windows color (decimal): -2002545 or 9400801. OLE color: 9400801.

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

Color convert

RGB 225 113 143 -
CMYK 0 0.50 0.36 0.12
HSL 343.93º 0.65% 0.66% -
HSV(B) 343.93º 0.5% 0.88% -
XYZ 41.91 29.8 29.53 -
YUV 149.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 225 113 143 0 0.50 0.36 0.12 343.93 0.65 0.66
Hex E1 71 8F 0 32 24 C 158 41 42
Octal 341 161 217 0 62 44 14 530 101 102
Binary 11100001 1110001 10001111 0 110010 100100 1100 101011000 1000001 1000010

Color Harmonies of #E1718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1718F

Black with #E1718F

Text Example


Text Example

White with #E1718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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