Html Css Color HEX #E69DA9 Illusion

📋 copy color: '#E69DA9'

red 230 ◦ green 157 ◦ blue 169

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

Shades of Illusion #E69DA9

Tints of Illusion #E69DA9

RGB

 RED value IS 230 (90.23% from 255) = 41.37%

 GREEN value IS 157 (61.72% from 255) = 28.24%

 BLUE value IS 169 (66.41% from 255) = 30.4%

R = 41.37%
G = 28.24%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E69DA9 (or 0xE69DA9) is known color: Illusion. HEX triplet: E6, 9D and A9. RGB value is (230,157,169). Sum of RGB (Red+Green+Blue) = 230+157+169=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DA9 is #196256. Grayscale: #B4B4B4. Windows color (decimal): -1663575 or 11116006. OLE color: 11116006.

HSL color Cylindrical-coordinate representation of color #E69DA9: hue angle of 350.14º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DA9 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 169 -
CMYK 0 0.32 0.27 0.10
HSL 350.14º 0.59% 0.76% -
HSV(B) 350.14º 0.32% 0.9% -
XYZ 51.85 43.8 43.26 -
YUV 180.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 230 157 169 0 0.32 0.27 0.10 350.14 0.59 0.76
Hex E6 9D A9 0 20 1B A 15E 3B 4C
Octal 346 235 251 0 40 33 12 536 73 114
Binary 11100110 10011101 10101001 0 100000 11011 1010 101011110 111011 1001100

Color Harmonies of #E69DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DA9

Black with #E69DA9

Text Example


Text Example

White with #E69DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DA9; }

 p { color: rgb(230,157,169); }

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

background-color css

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

 a { background-color: rgb(230,157,169); }

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

border-color css

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

 span { border-color: rgb(230,157,169); }

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