Html Css Color HEX #E16A8D Deep Blush

📋 copy color: '#E16A8D'

red 225 ◦ green 106 ◦ blue 141

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

Shades of Deep Blush #E16A8D

Tints of Deep Blush #E16A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 47.67%
G = 22.46%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E16A8D (or 0xE16A8D) is known color: Deep Blush. HEX triplet: E1, 6A and 8D. RGB value is (225,106,141). Sum of RGB (Red+Green+Blue) = 225+106+141=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A8D is #1E9572. Grayscale: #919191. Windows color (decimal): -2004339 or 9267937. OLE color: 9267937.

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

Color convert

RGB 225 106 141 -
CMYK 0 0.53 0.37 0.12
HSL 342.35º 0.66% 0.65% -
HSV(B) 342.35º 0.53% 0.88% -
XYZ 41.01 28.24 28.49 -
YUV 145.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 225 106 141 0 0.53 0.37 0.12 342.35 0.66 0.65
Hex E1 6A 8D 0 35 25 C 156 42 41
Octal 341 152 215 0 65 45 14 526 102 101
Binary 11100001 1101010 10001101 0 110101 100101 1100 101010110 1000010 1000001

Color Harmonies of #E16A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A8D

Black with #E16A8D

Text Example


Text Example

White with #E16A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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