#e68fc5

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

Shades of Shocking #E68FC5

Tints of Shocking #E68FC5

Color information

#E68FC5 (or 0xE68FC5) is unknown color: approx Shocking. HEX triplet: E6, 8F and C5. RGB value is (230,143,197). Sum of RGB (Red+Green+Blue) = 230+143+197=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FC5 is #19703A. Grayscale: #AFAFAF. Windows color (decimal): -1667131 or 12947430. OLE color: 12947430.

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

Color convert

RGB230143197-
CMYK00.380.140.10
HSL322.76º63.5%73.14%-
HSV(B)322.76º37.83%90.2%-
XYZ52.5340.557.87-
YUV175.17140.32167.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=40.35%
G=25.09%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014319700.380.140.10322.7663.573.14
HexE68FC5026EA1434049
Octal3462173050461612503100111
Binary11100110100011111100010101001101110101010100001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e68fc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e68fc5; }

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

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

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

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

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

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

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

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