Html Css Color HEX #E1708B Deep Blush

📋 copy color: '#E1708B'

red 225 ◦ green 112 ◦ blue 139

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

Shades of Deep Blush #E1708B

Tints of Deep Blush #E1708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 47.27%
G = 23.53%
B = 29.2%

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

#E1708B (or 0xE1708B) is known color: Deep Blush. HEX triplet: E1, 70 and 8B. RGB value is (225,112,139). Sum of RGB (Red+Green+Blue) = 225+112+139=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1708B is #1E8F74. Grayscale: #949494. Windows color (decimal): -2002805 or 9138401. OLE color: 9138401.

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

Color convert

RGB 225 112 139 -
CMYK 0 0.50 0.38 0.12
HSL 345.66º 0.65% 0.66% -
HSV(B) 345.66º 0.5% 0.88% -
XYZ 41.51 29.46 27.92 -
YUV 148.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 225 112 139 0 0.50 0.38 0.12 345.66 0.65 0.66
Hex E1 70 8B 0 32 26 C 15A 41 42
Octal 341 160 213 0 62 46 14 532 101 102
Binary 11100001 1110000 10001011 0 110010 100110 1100 101011010 1000001 1000010

Color Harmonies of #E1708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1708B

Black with #E1708B

Text Example


Text Example

White with #E1708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1708B; }

 p { color: rgb(225,112,139); }

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

background-color css

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

 a { background-color: rgb(225,112,139); }

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

border-color css

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

 span { border-color: rgb(225,112,139); }

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