#E68CBB

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

Shades of Shocking #E68CBB

Tints of Shocking #E68CBB

Color information

#E68CBB (or 0xE68CBB) is unknown color: approx Shocking. HEX triplet: E6, 8C and BB. RGB value is (230,140,187). Sum of RGB (Red+Green+Blue) = 230+140+187=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CBB is #197344. Grayscale: #ACACAC. Windows color (decimal): -1667909 or 12291302. OLE color: 12291302.

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

Color convert

RGB230140187-
CMYK00.390.190.10
HSL328.67º64.29%72.55%-
HSV(B)328.67º39.13%90.2%-
XYZ50.9839.1751.89-
YUV172.27136.32169.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=41.29%
G=25.13%
B=33.57%

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
Decimal23014018700.390.190.10328.6764.2972.55
HexE68CBB02713A1494049
Octal3462142730472312511100111
Binary111001101000110010111011010011110011101010100100110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CBB; }

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

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

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

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

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

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

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

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