#DE1EC8

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

Shades of Shocking Pink #DE1EC8

Tints of Shocking Pink #DE1EC8

Color information

#DE1EC8 (or 0xDE1EC8) is unknown color: approx Shocking Pink. HEX triplet: DE, 1E and C8. RGB value is (222,30,200). Sum of RGB (Red+Green+Blue) = 222+30+200=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EC8 is #21E137. Grayscale: #6A6A6A. Windows color (decimal): -2220344 or 13115102. OLE color: 13115102.

HSL color Cylindrical-coordinate representation of color #DE1EC8: hue angle of 306.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1EC8 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22230200-
CMYK00.860.100.13
HSL306.88º76.19%49.41%-
HSV(B)306.88º86.49%87.06%-
XYZ41.0120.6356.46-
YUV106.79180.61210.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 30 (12.11% from 255) = 6.64%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=49.12%
G=6.64%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223020000.860.100.13306.8876.1949.41
HexDE1EC8056AD1334c31
Octal336363100126121546311461
Binary11011110111101100100001010110101011011001100111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1EC8; }

 p { color: rgb(222,30,200); }

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

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

 a { background-color: rgb(222,30,200); }

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

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

 span { border-color: rgb(222,30,200); }

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