#E68CBA

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

Shades of Shocking #E68CBA

Tints of Shocking #E68CBA

Color information

#E68CBA (or 0xE68CBA) is unknown color: approx Shocking. HEX triplet: E6, 8C and BA. RGB value is (230,140,186). Sum of RGB (Red+Green+Blue) = 230+140+186=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CBA is #197345. Grayscale: #ACACAC. Windows color (decimal): -1667910 or 12225766. OLE color: 12225766.

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

Color convert

RGB230140186-
CMYK00.390.190.10
HSL329.33º64.29%72.55%-
HSV(B)329.33º39.13%90.2%-
XYZ50.8739.1251.32-
YUV172.15135.82169.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=41.37%
G=25.18%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014018600.390.190.10329.3364.2972.55
HexE68CBA02713A1494049
Octal3462142720472312511100111
Binary111001101000110010111010010011110011101010100100110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CBA; }

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

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

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

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

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

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

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

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