#E68CB9

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

Shades of Shocking #E68CB9

Tints of Shocking #E68CB9

Color information

#E68CB9 (or 0xE68CB9) is unknown color: approx Shocking. HEX triplet: E6, 8C and B9. RGB value is (230,140,185). Sum of RGB (Red+Green+Blue) = 230+140+185=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CB9 is #197346. Grayscale: #ABABAB. Windows color (decimal): -1667911 or 12160230. OLE color: 12160230.

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

Color convert

RGB230140185-
CMYK00.390.200.10
HSL330º64.29%72.55%-
HSV(B)330º39.13%90.2%-
XYZ50.7739.0850.77-
YUV172.04135.32169.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=41.44%
G=25.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014018500.390.200.1033064.2972.55
HexE68CB902714A14a4049
Octal3462142710472412512100111
Binary111001101000110010111001010011110100101010100101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CB9; }

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

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

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

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

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

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

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

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