#E993C5

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

Shades of Shocking #E993C5

Tints of Shocking #E993C5

Color information

#E993C5 (or 0xE993C5) is unknown color: approx Shocking. HEX triplet: E9, 93 and C5. RGB value is (233,147,197). Sum of RGB (Red+Green+Blue) = 233+147+197=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E993C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993C5 is #166C3A. Grayscale: #B2B2B2. Windows color (decimal): -1469499 or 12948457. OLE color: 12948457.

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

Color convert

RGB233147197-
CMYK00.370.150.09
HSL325.12º66.15%74.51%-
HSV(B)325.12º36.91%91.37%-
XYZ54.1242.2258.12-
YUV178.41138.49166.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=40.38%
G=25.48%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314719700.370.150.09325.1266.1574.51
HexE993C5025F9145424b
Octal3512233050451711505102113
Binary11101001100100111100010101001011111100110100010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993C5; }

 p { color: rgb(233,147,197); }

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

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

 a { background-color: rgb(233,147,197); }

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

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

 span { border-color: rgb(233,147,197); }

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