Html Css Color HEX #E16D8E Deep Blush

📋 copy color: '#E16D8E'

red 225 ◦ green 109 ◦ blue 142

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

Shades of Deep Blush #E16D8E

Tints of Deep Blush #E16D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 47.27%
G = 22.9%
B = 29.83%

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

#E16D8E (or 0xE16D8E) is known color: Deep Blush. HEX triplet: E1, 6D and 8E. RGB value is (225,109,142). Sum of RGB (Red+Green+Blue) = 225+109+142=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D8E is #1E9271. Grayscale: #939393. Windows color (decimal): -2003570 or 9334241. OLE color: 9334241.

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

Color convert

RGB 225 109 142 -
CMYK 0 0.52 0.37 0.12
HSL 342.93º 0.66% 0.65% -
HSV(B) 342.93º 0.52% 0.88% -
XYZ 41.4 28.9 28.99 -
YUV 147.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 225 109 142 0 0.52 0.37 0.12 342.93 0.66 0.65
Hex E1 6D 8E 0 34 25 C 157 42 41
Octal 341 155 216 0 64 45 14 527 102 101
Binary 11100001 1101101 10001110 0 110100 100101 1100 101010111 1000010 1000001

Color Harmonies of #E16D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D8E

Black with #E16D8E

Text Example


Text Example

White with #E16D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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