Html Css Color HEX #E16380 Deep Blush

📋 copy color: '#E16380'

red 225 ◦ green 99 ◦ blue 128

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

Shades of Deep Blush #E16380

Tints of Deep Blush #E16380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.9%

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 49.78%
G = 21.9%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E16380 (or 0xE16380) is known color: Deep Blush. HEX triplet: E1, 63 and 80. RGB value is (225,99,128). Sum of RGB (Red+Green+Blue) = 225+99+128=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E16380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16380 is #1E9C7F. Grayscale: #8B8B8B. Windows color (decimal): -2006144 or 8414177. OLE color: 8414177.

HSL color Cylindrical-coordinate representation of color #E16380: hue angle of 346.19º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16380 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 99 128 -
CMYK 0 0.56 0.43 0.12
HSL 346.19º 0.68% 0.64% -
HSV(B) 346.19º 0.56% 0.88% -
XYZ 39.41 26.49 23.46 -
YUV 139.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 225 99 128 0 0.56 0.43 0.12 346.19 0.68 0.64
Hex E1 63 80 0 38 2B C 15A 44 40
Octal 341 143 200 0 70 53 14 532 104 100
Binary 11100001 1100011 10000000 0 111000 101011 1100 101011010 1000100 1000000

Color Harmonies of #E16380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16380

Black with #E16380

Text Example


Text Example

White with #E16380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16380; }

 p { color: rgb(225,99,128); }

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

background-color css

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

 a { background-color: rgb(225,99,128); }

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

border-color css

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

 span { border-color: rgb(225,99,128); }

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