#E692CD

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

Shades of Shocking #E692CD

Tints of Shocking #E692CD

Color information

#E692CD (or 0xE692CD) is unknown color: approx Shocking. HEX triplet: E6, 92 and CD. RGB value is (230,146,205). Sum of RGB (Red+Green+Blue) = 230+146+205=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E692CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692CD is #196D32. Grayscale: #B1B1B1. Windows color (decimal): -1666355 or 13472486. OLE color: 13472486.

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

Color convert

RGB230146205-
CMYK00.370.110.10
HSL317.86º62.69%73.73%-
HSV(B)317.86º36.52%90.2%-
XYZ53.9341.7962.98-
YUV177.84143.33165.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.59%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=39.59%
G=25.13%
B=35.28%

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
Decimal23014620500.370.110.10317.8662.6973.73
HexE692CD025BA13e3f4a
Octal346222315045131247677112
Binary1110011010010010110011010100101101110101001111101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E692CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E692CD; }

 p { color: rgb(230,146,205); }

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

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

 a { background-color: rgb(230,146,205); }

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

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

 span { border-color: rgb(230,146,205); }

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