Html Css Color HEX #E16384 Deep Blush

📋 copy color: '#E16384'

red 225 ◦ green 99 ◦ blue 132

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

Shades of Deep Blush #E16384

Tints of Deep Blush #E16384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 49.34%
G = 21.71%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E16384 (or 0xE16384) is known color: Deep Blush. HEX triplet: E1, 63 and 84. RGB value is (225,99,132). Sum of RGB (Red+Green+Blue) = 225+99+132=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16384 is #1E9C7B. Grayscale: #8C8C8C. Windows color (decimal): -2006140 or 8676321. OLE color: 8676321.

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

Color convert

RGB 225 99 132 -
CMYK 0 0.56 0.41 0.12
HSL 344.29º 0.68% 0.64% -
HSV(B) 344.29º 0.56% 0.88% -
XYZ 39.68 26.6 24.87 -
YUV 140.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 225 99 132 0 0.56 0.41 0.12 344.29 0.68 0.64
Hex E1 63 84 0 38 29 C 158 44 40
Octal 341 143 204 0 70 51 14 530 104 100
Binary 11100001 1100011 10000100 0 111000 101001 1100 101011000 1000100 1000000

Color Harmonies of #E16384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16384

Black with #E16384

Text Example


Text Example

White with #E16384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16384; }

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

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

background-color css

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

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

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

border-color css

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

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

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