Html Css Color HEX #E16D8B Deep Blush

📋 copy color: '#E16D8B'

red 225 ◦ green 109 ◦ blue 139

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

Shades of Deep Blush #E16D8B

Tints of Deep Blush #E16D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

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

R = 47.57%
G = 23.04%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E16D8B (or 0xE16D8B) is known color: Deep Blush. HEX triplet: E1, 6D and 8B. RGB value is (225,109,139). Sum of RGB (Red+Green+Blue) = 225+109+139=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D8B is #1E9274. Grayscale: #939393. Windows color (decimal): -2003573 or 9137633. OLE color: 9137633.

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

Color convert

RGB 225 109 139 -
CMYK 0 0.52 0.38 0.12
HSL 344.48º 0.66% 0.65% -
HSV(B) 344.48º 0.52% 0.88% -
XYZ 41.18 28.81 27.82 -
YUV 147.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 225 109 139 0 0.52 0.38 0.12 344.48 0.66 0.65
Hex E1 6D 8B 0 34 26 C 158 42 41
Octal 341 155 213 0 64 46 14 530 102 101
Binary 11100001 1101101 10001011 0 110100 100110 1100 101011000 1000010 1000001

Color Harmonies of #E16D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D8B

Black with #E16D8B

Text Example


Text Example

White with #E16D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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