Html Css Color HEX #E69DB4 Illusion

📋 copy color: '#E69DB4'

red 230 ◦ green 157 ◦ blue 180

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

Shades of Illusion #E69DB4

Tints of Illusion #E69DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.75%

R = 40.56%
G = 27.69%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E69DB4 (or 0xE69DB4) is known color: Illusion. HEX triplet: E6, 9D and B4. RGB value is (230,157,180). Sum of RGB (Red+Green+Blue) = 230+157+180=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB4 is #19624B. Grayscale: #B5B5B5. Windows color (decimal): -1663564 or 11836902. OLE color: 11836902.

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

Color convert

RGB 230 157 180 -
CMYK 0 0.32 0.22 0.10
HSL 341.1º 0.59% 0.76% -
HSV(B) 341.1º 0.32% 0.9% -
XYZ 52.93 44.23 48.93 -
YUV 181.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 230 157 180 0 0.32 0.22 0.10 341.1 0.59 0.76
Hex E6 9D B4 0 20 16 A 155 3B 4C
Octal 346 235 264 0 40 26 12 525 73 114
Binary 11100110 10011101 10110100 0 100000 10110 1010 101010101 111011 1001100

Color Harmonies of #E69DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DB4

Black with #E69DB4

Text Example


Text Example

White with #E69DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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