#E992CE

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

Shades of Shocking #E992CE

Tints of Shocking #E992CE

Color information

#E992CE (or 0xE992CE) is unknown color: approx Shocking. HEX triplet: E9, 92 and CE. RGB value is (233,146,206). Sum of RGB (Red+Green+Blue) = 233+146+206=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E992CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992CE is #166D31. Grayscale: #B2B2B2. Windows color (decimal): -1469746 or 13538025. OLE color: 13538025.

HSL color Cylindrical-coordinate representation of color #E992CE: hue angle of 318.62º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992CE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233146206-
CMYK00.370.120.09
HSL318.62º66.41%74.31%-
HSV(B)318.62º37.34%91.37%-
XYZ55.0242.3463.66-
YUV178.85143.32166.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=39.83%
G=24.96%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314620600.370.120.09318.6266.4174.31
HexE992CE025C913f424a
Octal3512223160451411477102112
Binary11101001100100101100111001001011100100110011111110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992CE; }

 p { color: rgb(233,146,206); }

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

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

 a { background-color: rgb(233,146,206); }

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

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

 span { border-color: rgb(233,146,206); }

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