Html Css Color HEX #E16E8D Deep Blush

📋 copy color: '#E16E8D'

red 225 ◦ green 110 ◦ blue 141

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

Shades of Deep Blush #E16E8D

Tints of Deep Blush #E16E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.11%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 47.27%
G = 23.11%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E16E8D (or 0xE16E8D) is known color: Deep Blush. HEX triplet: E1, 6E and 8D. RGB value is (225,110,141). Sum of RGB (Red+Green+Blue) = 225+110+141=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E8D is #1E9172. Grayscale: #939393. Windows color (decimal): -2003315 or 9268961. OLE color: 9268961.

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

Color convert

RGB 225 110 141 -
CMYK 0 0.51 0.37 0.12
HSL 343.83º 0.66% 0.66% -
HSV(B) 343.83º 0.51% 0.88% -
XYZ 41.43 29.08 28.63 -
YUV 147.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 225 110 141 0 0.51 0.37 0.12 343.83 0.66 0.66
Hex E1 6E 8D 0 33 25 C 158 42 42
Octal 341 156 215 0 63 45 14 530 102 102
Binary 11100001 1101110 10001101 0 110011 100101 1100 101011000 1000010 1000010

Color Harmonies of #E16E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E8D

Black with #E16E8D

Text Example


Text Example

White with #E16E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E8D; }

 p { color: rgb(225,110,141); }

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

background-color css

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

 a { background-color: rgb(225,110,141); }

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

border-color css

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

 span { border-color: rgb(225,110,141); }

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