#E691CC

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

Shades of Shocking #E691CC

Tints of Shocking #E691CC

Color information

#E691CC (or 0xE691CC) is unknown color: approx Shocking. HEX triplet: E6, 91 and CC. RGB value is (230,145,204). Sum of RGB (Red+Green+Blue) = 230+145+204=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E691CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691CC is #196E33. Grayscale: #B0B0B0. Windows color (decimal): -1666612 or 13406694. OLE color: 13406694.

HSL color Cylindrical-coordinate representation of color #E691CC: hue angle of 318.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691CC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230145204-
CMYK00.370.110.10
HSL318.35º62.96%73.53%-
HSV(B)318.35º36.96%90.2%-
XYZ53.6641.4362.3-
YUV177.14143.16165.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=39.72%
G=25.04%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014520400.370.110.10318.3562.9673.53
HexE691CC025BA13e3f4a
Octal346221314045131247677112
Binary1110011010010001110011000100101101110101001111101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691CC; }

 p { color: rgb(230,145,204); }

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

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

 a { background-color: rgb(230,145,204); }

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

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

 span { border-color: rgb(230,145,204); }

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