#E69FCC

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

Shades of Shocking #E69FCC

Tints of Shocking #E69FCC

Color information

#E69FCC (or 0xE69FCC) is unknown color: approx Shocking. HEX triplet: E6, 9F and CC. RGB value is (230,159,204). Sum of RGB (Red+Green+Blue) = 230+159+204=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FCC is #196033. Grayscale: #B9B9B9. Windows color (decimal): -1663028 or 13410278. OLE color: 13410278.

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

Color convert

RGB230159204-
CMYK00.310.110.10
HSL321.97º58.68%76.27%-
HSV(B)321.97º30.87%90.2%-
XYZ55.9345.9863.05-
YUV185.36138.52159.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.79%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=38.79%
G=26.81%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015920400.310.110.10321.9758.6876.27
HexE69FCC01FBA1423b4c
Octal346237314037131250273114
Binary111001101001111111001100011111101110101010000101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FCC; }

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

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

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

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

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

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

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

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