#E68CB6

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

Shades of Shocking #E68CB6

Tints of Shocking #E68CB6

Color information

#E68CB6 (or 0xE68CB6) is unknown color: approx Shocking. HEX triplet: E6, 8C and B6. RGB value is (230,140,182). Sum of RGB (Red+Green+Blue) = 230+140+182=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CB6 is #197349. Grayscale: #ABABAB. Windows color (decimal): -1667914 or 11963622. OLE color: 11963622.

HSL color Cylindrical-coordinate representation of color #E68CB6: hue angle of 332º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CB6 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB230140182-
CMYK00.390.210.10
HSL332º64.29%72.55%-
HSV(B)332º39.13%90.2%-
XYZ50.4538.9649.12-
YUV171.7133.82169.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=41.67%
G=25.36%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014018200.390.210.1033264.2972.55
HexE68CB602715A14c4049
Octal3462142660472512514100111
Binary111001101000110010110110010011110101101010100110010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CB6; }

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

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

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

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

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

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

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

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