#E69FCA

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

Shades of Shocking #E69FCA

Tints of Shocking #E69FCA

Color information

#E69FCA (or 0xE69FCA) is unknown color: approx Shocking. HEX triplet: E6, 9F and CA. RGB value is (230,159,202). Sum of RGB (Red+Green+Blue) = 230+159+202=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FCA is #196035. Grayscale: #B9B9B9. Windows color (decimal): -1663030 or 13279206. OLE color: 13279206.

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

Color convert

RGB230159202-
CMYK00.310.120.10
HSL323.66º58.68%76.27%-
HSV(B)323.66º30.87%90.2%-
XYZ55.6945.8861.8-
YUV185.13137.52160-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=38.92%
G=26.90%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015920200.310.120.10323.6658.6876.27
HexE69FCA01FCA1443b4c
Octal346237312037141250473114
Binary111001101001111111001010011111110010101010001001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FCA; }

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

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

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

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

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

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

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

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