#E69CB6

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

Shades of Shocking #E69CB6

Tints of Shocking #E69CB6

Color information

#E69CB6 (or 0xE69CB6) is unknown color: approx Shocking. HEX triplet: E6, 9C and B6. RGB value is (230,156,182). Sum of RGB (Red+Green+Blue) = 230+156+182=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CB6 is #196349. Grayscale: #B5B5B5. Windows color (decimal): -1663818 or 11967718. OLE color: 11967718.

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

Color convert

RGB230156182-
CMYK00.320.210.10
HSL338.92º59.68%75.69%-
HSV(B)338.92º32.17%90.2%-
XYZ52.9743.9849.95-
YUV181.09128.52162.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=40.49%
G=27.46%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015618200.320.210.10338.9259.6875.69
HexE69CB602015A1533c4c
Octal346234266040251252374114
Binary11100110100111001011011001000001010110101010100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CB6; }

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

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

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

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

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

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

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

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