Html Css Color HEX #E69BAB Illusion

📋 copy color: '#E69BAB'

red 230 ◦ green 155 ◦ blue 171

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

Shades of Illusion #E69BAB

Tints of Illusion #E69BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 41.37%
G = 27.88%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E69BAB (or 0xE69BAB) is known color: Illusion. HEX triplet: E6, 9B and AB. RGB value is (230,155,171). Sum of RGB (Red+Green+Blue) = 230+155+171=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BAB is #196454. Grayscale: #B3B3B3. Windows color (decimal): -1664085 or 11246566. OLE color: 11246566.

HSL color Cylindrical-coordinate representation of color #E69BAB: hue angle of 347.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BAB is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 155 171 -
CMYK 0 0.33 0.26 0.10
HSL 347.2º 0.6% 0.75% -
HSV(B) 347.2º 0.33% 0.9% -
XYZ 51.71 43.21 44.14 -
YUV 179.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 230 155 171 0 0.33 0.26 0.10 347.2 0.6 0.75
Hex E6 9B AB 0 21 1A A 15B 3C 4B
Octal 346 233 253 0 41 32 12 533 74 113
Binary 11100110 10011011 10101011 0 100001 11010 1010 101011011 111100 1001011

Color Harmonies of #E69BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BAB

Black with #E69BAB

Text Example


Text Example

White with #E69BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BAB; }

 p { color: rgb(230,155,171); }

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

background-color css

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

 a { background-color: rgb(230,155,171); }

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

border-color css

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

 span { border-color: rgb(230,155,171); }

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