#E68FBB

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

Shades of Shocking #E68FBB

Tints of Shocking #E68FBB

Color information

#E68FBB (or 0xE68FBB) is unknown color: approx Shocking. HEX triplet: E6, 8F and BB. RGB value is (230,143,187). Sum of RGB (Red+Green+Blue) = 230+143+187=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FBB is #197044. Grayscale: #ADADAD. Windows color (decimal): -1667141 or 12292070. OLE color: 12292070.

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

Color convert

RGB230143187-
CMYK00.380.190.10
HSL329.66º63.5%73.14%-
HSV(B)329.66º37.83%90.2%-
XYZ51.4340.0652.03-
YUV174.03135.32167.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=41.07%
G=25.54%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014318700.380.190.10329.6663.573.14
HexE68FBB02613A14a4049
Octal3462172730462312512100111
Binary111001101000111110111011010011010011101010100101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FBB; }

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

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

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

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

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

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

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

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