#E992CB

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

Shades of Shocking #E992CB

Tints of Shocking #E992CB

Color information

#E992CB (or 0xE992CB) is unknown color: approx Shocking. HEX triplet: E9, 92 and CB. RGB value is (233,146,203). Sum of RGB (Red+Green+Blue) = 233+146+203=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E992CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992CB is #166D34. Grayscale: #B2B2B2. Windows color (decimal): -1469749 or 13341417. OLE color: 13341417.

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

Color convert

RGB233146203-
CMYK00.370.130.09
HSL320.69º66.41%74.31%-
HSV(B)320.69º37.34%91.37%-
XYZ54.6642.1961.76-
YUV178.51141.82166.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=40.03%
G=25.09%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314620300.370.130.09320.6966.4174.31
HexE992CB025D9141424a
Octal3512223130451511501102112
Binary11101001100100101100101101001011101100110100000110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992CB; }

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

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

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

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

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

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

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

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