#E69CB4

Color #E69CB4 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #E69CB4

Tints of Illusion #E69CB4

Color information

#E69CB4 (or 0xE69CB4) is unknown color: approx Illusion. HEX triplet: E6, 9C and B4. RGB value is (230,156,180). Sum of RGB (Red+Green+Blue) = 230+156+180=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CB4 is #19634B. Grayscale: #B4B4B4. Windows color (decimal): -1663820 or 11836646. OLE color: 11836646.

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

Color convert

RGB230156180-
CMYK00.320.220.10
HSL340.54º59.68%75.69%-
HSV(B)340.54º32.17%90.2%-
XYZ52.7643.948.87-
YUV180.86127.52163.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=40.64%
G=27.56%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015618000.320.220.10340.5459.6875.69
HexE69CB402016A1553c4c
Octal346234264040261252574114
Binary11100110100111001011010001000001011010101010101011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CB4; }

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

 H1.HeaderClassName
 {
   color: #E69CB4;
 }
 .AnyTagClassName
 {
   color: #E69CB4;
 }
</style>
background-color css

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

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

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

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

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

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