Html Css Color HEX #E16985 Deep Blush

📋 copy color: '#E16985'

red 225 ◦ green 105 ◦ blue 133

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

Shades of Deep Blush #E16985

Tints of Deep Blush #E16985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 48.6%
G = 22.68%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E16985 (or 0xE16985) is known color: Deep Blush. HEX triplet: E1, 69 and 85. RGB value is (225,105,133). Sum of RGB (Red+Green+Blue) = 225+105+133=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E16985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16985 is #1E967A. Grayscale: #909090. Windows color (decimal): -2004603 or 8743393. OLE color: 8743393.

HSL color Cylindrical-coordinate representation of color #E16985: hue angle of 346º degrees, saturation: 0.67, 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 #E16985 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 133 -
CMYK 0 0.53 0.41 0.12
HSL 346º 0.67% 0.65% -
HSV(B) 346º 0.53% 0.88% -
XYZ 40.34 27.8 25.43 -
YUV 144.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 225 105 133 0 0.53 0.41 0.12 346 0.67 0.65
Hex E1 69 85 0 35 29 C 15A 43 41
Octal 341 151 205 0 65 51 14 532 103 101
Binary 11100001 1101001 10000101 0 110101 101001 1100 101011010 1000011 1000001

Color Harmonies of #E16985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16985

Black with #E16985

Text Example


Text Example

White with #E16985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16985; }

 p { color: rgb(225,105,133); }

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

background-color css

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

 a { background-color: rgb(225,105,133); }

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

border-color css

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

 span { border-color: rgb(225,105,133); }

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