#E995D0

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

Shades of Shocking #E995D0

Tints of Shocking #E995D0

Color information

#E995D0 (or 0xE995D0) is unknown color: approx Shocking. HEX triplet: E9, 95 and D0. RGB value is (233,149,208). Sum of RGB (Red+Green+Blue) = 233+149+208=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D0 is #166A2F. Grayscale: #B4B4B4. Windows color (decimal): -1468976 or 13669865. OLE color: 13669865.

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

Color convert

RGB233149208-
CMYK00.360.110.09
HSL317.86º65.62%74.9%-
HSV(B)317.86º36.05%91.37%-
XYZ55.7443.3765.11-
YUV180.84143.33165.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=39.49%
G=25.25%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314920800.360.110.09317.8665.6274.9
HexE995D0024B913e424b
Octal3512253200441311476102113
Binary11101001100101011101000001001001011100110011111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995D0; }

 p { color: rgb(233,149,208); }

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

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

 a { background-color: rgb(233,149,208); }

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

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

 span { border-color: rgb(233,149,208); }

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