#E31DD0

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

Shades of Shocking Pink #E31DD0

Tints of Shocking Pink #E31DD0

Color information

#E31DD0 (or 0xE31DD0) is unknown color: approx Shocking Pink. HEX triplet: E3, 1D and D0. RGB value is (227,29,208). Sum of RGB (Red+Green+Blue) = 227+29+208=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DD0 is #1CE22F. Grayscale: #6C6C6C. Windows color (decimal): -1892912 or 13639139. OLE color: 13639139.

HSL color Cylindrical-coordinate representation of color #E31DD0: hue angle of 305.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31DD0 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22729208-
CMYK00.870.080.11
HSL305.76º77.95%50.2%-
HSV(B)305.76º87.22%89.02%-
XYZ43.521.7661.58-
YUV108.61184.1212.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.92%
GREEN value IS 29 (11.72% from 255) = 6.25%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=48.92%
G=6.25%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272920800.870.080.11305.7677.9550.2
HexE31DD00578B1324e32
Octal343353200127101346211662
Binary11100011111011101000001010111100010111001100101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31DD0; }

 p { color: rgb(227,29,208); }

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

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

 a { background-color: rgb(227,29,208); }

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

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

 span { border-color: rgb(227,29,208); }

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