#E69CBD

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

Shades of Shocking #E69CBD

Tints of Shocking #E69CBD

Color information

#E69CBD (or 0xE69CBD) is unknown color: approx Shocking. HEX triplet: E6, 9C and BD. RGB value is (230,156,189). Sum of RGB (Red+Green+Blue) = 230+156+189=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CBD is #196342. Grayscale: #B5B5B5. Windows color (decimal): -1663811 or 12426470. OLE color: 12426470.

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

Color convert

RGB230156189-
CMYK00.320.180.10
HSL333.24º59.68%75.69%-
HSV(B)333.24º32.17%90.2%-
XYZ53.7144.2753.86-
YUV181.89132.02162.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=40%
G=27.13%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015618900.320.180.10333.2459.6875.69
HexE69CBD02012A14d3c4c
Octal346234275040221251574114
Binary11100110100111001011110101000001001010101010011011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CBD; }

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

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

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

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

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

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

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

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