#E69FCE

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

Shades of Shocking #E69FCE

Tints of Shocking #E69FCE

Color information

#E69FCE (or 0xE69FCE) is unknown color: approx Shocking. HEX triplet: E6, 9F and CE. RGB value is (230,159,206). Sum of RGB (Red+Green+Blue) = 230+159+206=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FCE is #196031. Grayscale: #B9B9B9. Windows color (decimal): -1663026 or 13541350. OLE color: 13541350.

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

Color convert

RGB230159206-
CMYK00.310.100.10
HSL320.28º58.68%76.27%-
HSV(B)320.28º30.87%90.2%-
XYZ56.1746.0864.33-
YUV185.59139.52159.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=38.66%
G=26.72%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015920600.310.100.10320.2858.6876.27
HexE69FCE01FAA1403b4c
Octal346237316037121250073114
Binary111001101001111111001110011111101010101010000001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FCE; }

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

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

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

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

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

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

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

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