Html Css Color HEX #E994AD Illusion

📋 copy color: '#E994AD'

red 233 ◦ green 148 ◦ blue 173

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

Shades of Illusion #E994AD

Tints of Illusion #E994AD

RGB

 RED value IS 233 (91.41% from 255) = 42.06%

 GREEN value IS 148 (58.2% from 255) = 26.71%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 42.06%
G = 26.71%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E994AD (or 0xE994AD) is known color: Illusion. HEX triplet: E9, 94 and AD. RGB value is (233,148,173). Sum of RGB (Red+Green+Blue) = 233+148+173=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E994AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E994AD is #166B52. Grayscale: #B0B0B0. Windows color (decimal): -1469267 or 11375849. OLE color: 11375849.

HSL color Cylindrical-coordinate representation of color #E994AD: hue angle of 342.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994AD is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 148 173 -
CMYK 0 0.36 0.26 0.09
HSL 342.35º 0.66% 0.75% -
HSV(B) 342.35º 0.36% 0.91% -
XYZ 51.74 41.52 44.82 -
YUV 176.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 233 148 173 0 0.36 0.26 0.09 342.35 0.66 0.75
Hex E9 94 AD 0 24 1A 9 156 42 4B
Octal 351 224 255 0 44 32 11 526 102 113
Binary 11101001 10010100 10101101 0 100100 11010 1001 101010110 1000010 1001011

Color Harmonies of #E994AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994AD

Black with #E994AD

Text Example


Text Example

White with #E994AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994AD; }

 p { color: rgb(233,148,173); }

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

background-color css

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

 a { background-color: rgb(233,148,173); }

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

border-color css

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

 span { border-color: rgb(233,148,173); }

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