Html Css Color HEX #E16D8C Deep Blush

📋 copy color: '#E16D8C'

red 225 ◦ green 109 ◦ blue 140

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

Shades of Deep Blush #E16D8C

Tints of Deep Blush #E16D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 47.47%
G = 23%
B = 29.54%

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

#E16D8C (or 0xE16D8C) is known color: Deep Blush. HEX triplet: E1, 6D and 8C. RGB value is (225,109,140). Sum of RGB (Red+Green+Blue) = 225+109+140=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D8C is #1E9273. Grayscale: #939393. Windows color (decimal): -2003572 or 9203169. OLE color: 9203169.

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

Color convert

RGB 225 109 140 -
CMYK 0 0.52 0.38 0.12
HSL 343.97º 0.66% 0.65% -
HSV(B) 343.97º 0.52% 0.88% -
XYZ 41.25 28.84 28.2 -
YUV 147.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 225 109 140 0 0.52 0.38 0.12 343.97 0.66 0.65
Hex E1 6D 8C 0 34 26 C 158 42 41
Octal 341 155 214 0 64 46 14 530 102 101
Binary 11100001 1101101 10001100 0 110100 100110 1100 101011000 1000010 1000001

Color Harmonies of #E16D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D8C

Black with #E16D8C

Text Example


Text Example

White with #E16D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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