Html Css Color HEX #E16D8D Deep Blush

📋 copy color: '#E16D8D'

red 225 ◦ green 109 ◦ blue 141

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

Shades of Deep Blush #E16D8D

Tints of Deep Blush #E16D8D

RGB

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

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

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

R = 47.37%
G = 22.95%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E16D8D (or 0xE16D8D) is known color: Deep Blush. HEX triplet: E1, 6D and 8D. RGB value is (225,109,141). Sum of RGB (Red+Green+Blue) = 225+109+141=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D8D is #1E9272. Grayscale: #939393. Windows color (decimal): -2003571 or 9268705. OLE color: 9268705.

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

Color convert

RGB 225 109 141 -
CMYK 0 0.52 0.37 0.12
HSL 343.45º 0.66% 0.65% -
HSV(B) 343.45º 0.52% 0.88% -
XYZ 41.33 28.87 28.59 -
YUV 147.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 225 109 141 0 0.52 0.37 0.12 343.45 0.66 0.65
Hex E1 6D 8D 0 34 25 C 157 42 41
Octal 341 155 215 0 64 45 14 527 102 101
Binary 11100001 1101101 10001101 0 110100 100101 1100 101010111 1000010 1000001

Color Harmonies of #E16D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D8D

Black with #E16D8D

Text Example


Text Example

White with #E16D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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