#EF1DD4

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

Shades of Shocking Pink #EF1DD4

Tints of Shocking Pink #EF1DD4

Color information

#EF1DD4 (or 0xEF1DD4) is unknown color: approx Shocking Pink. HEX triplet: EF, 1D and D4. RGB value is (239,29,212). Sum of RGB (Red+Green+Blue) = 239+29+212=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DD4 is #10E22B. Grayscale: #707070. Windows color (decimal): -1106476 or 13901295. OLE color: 13901295.

HSL color Cylindrical-coordinate representation of color #EF1DD4: hue angle of 307.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DD4 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23929212-
CMYK00.880.110.06
HSL307.71º86.78%52.55%-
HSV(B)307.71º87.87%93.73%-
XYZ47.9223.9864.39-
YUV112.65184.07218.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 29 (11.72% from 255) = 6.04%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=49.79%
G=6.04%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392921200.880.110.06307.7186.7852.55
HexEF1DD4058B61345735
Octal35735324013013646412765
Binary1110111111101110101000101100010111101001101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1DD4; }

 p { color: rgb(239,29,212); }

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

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

 a { background-color: rgb(239,29,212); }

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

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

 span { border-color: rgb(239,29,212); }

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