#E995CD

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

Shades of Shocking #E995CD

Tints of Shocking #E995CD

Color information

#E995CD (or 0xE995CD) is unknown color: approx Shocking. HEX triplet: E9, 95 and CD. RGB value is (233,149,205). Sum of RGB (Red+Green+Blue) = 233+149+205=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E995CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995CD is #166A32. Grayscale: #B4B4B4. Windows color (decimal): -1468979 or 13473257. OLE color: 13473257.

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

Color convert

RGB233149205-
CMYK00.360.120.09
HSL320º65.62%74.9%-
HSV(B)320º36.05%91.37%-
XYZ55.3743.2363.18-
YUV180.5141.83165.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=39.69%
G=25.38%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314920500.360.120.0932065.6274.9
HexE995CD024C9140424b
Octal3512253150441411500102113
Binary11101001100101011100110101001001100100110100000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995CD; }

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

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

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

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

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

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

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

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