Html Css Color HEX #E69DB2 Illusion

📋 copy color: '#E69DB2'

red 230 ◦ green 157 ◦ blue 178

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

Shades of Illusion #E69DB2

Tints of Illusion #E69DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.5%

R = 40.71%
G = 27.79%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E69DB2 (or 0xE69DB2) is known color: Illusion. HEX triplet: E6, 9D and B2. RGB value is (230,157,178). Sum of RGB (Red+Green+Blue) = 230+157+178=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DB2 is #19624D. Grayscale: #B5B5B5. Windows color (decimal): -1663566 or 11705830. OLE color: 11705830.

HSL color Cylindrical-coordinate representation of color #E69DB2: hue angle of 342.74º 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 #E69DB2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 178 -
CMYK 0 0.32 0.23 0.10
HSL 342.74º 0.59% 0.76% -
HSV(B) 342.74º 0.32% 0.9% -
XYZ 52.73 44.15 47.86 -
YUV 181.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 230 157 178 0 0.32 0.23 0.10 342.74 0.59 0.76
Hex E6 9D B2 0 20 17 A 157 3B 4C
Octal 346 235 262 0 40 27 12 527 73 114
Binary 11100110 10011101 10110010 0 100000 10111 1010 101010111 111011 1001100

Color Harmonies of #E69DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DB2

Black with #E69DB2

Text Example


Text Example

White with #E69DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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