Html Css Color HEX #E1718A Deep Blush

📋 copy color: '#E1718A'

red 225 ◦ green 113 ◦ blue 138

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

Shades of Deep Blush #E1718A

Tints of Deep Blush #E1718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 47.27%
G = 23.74%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1718A (or 0xE1718A) is known color: Deep Blush. HEX triplet: E1, 71 and 8A. RGB value is (225,113,138). Sum of RGB (Red+Green+Blue) = 225+113+138=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1718A is #1E8E75. Grayscale: #959595. Windows color (decimal): -2002550 or 9073121. OLE color: 9073121.

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

Color convert

RGB 225 113 138 -
CMYK 0 0.50 0.39 0.12
HSL 346.61º 0.65% 0.66% -
HSV(B) 346.61º 0.5% 0.88% -
XYZ 41.54 29.65 27.58 -
YUV 149.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 225 113 138 0 0.50 0.39 0.12 346.61 0.65 0.66
Hex E1 71 8A 0 32 27 C 15B 41 42
Octal 341 161 212 0 62 47 14 533 101 102
Binary 11100001 1110001 10001010 0 110010 100111 1100 101011011 1000001 1000010

Color Harmonies of #E1718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1718A

Black with #E1718A

Text Example


Text Example

White with #E1718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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