#EF20CC

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

Shades of Shocking Pink #EF20CC

Tints of Shocking Pink #EF20CC

Color information

#EF20CC (or 0xEF20CC) is unknown color: approx Shocking Pink. HEX triplet: EF, 20 and CC. RGB value is (239,32,204). Sum of RGB (Red+Green+Blue) = 239+32+204=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20CC is #10DF33. Grayscale: #717171. Windows color (decimal): -1105716 or 13377775. OLE color: 13377775.

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

Color convert

RGB23932204-
CMYK00.870.150.06
HSL310.14º86.61%53.14%-
HSV(B)310.14º86.61%93.73%-
XYZ47.0123.7459.23-
YUV113.5179.08217.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 32 (12.89% from 255) = 6.74%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=50.32%
G=6.74%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393220400.870.150.06310.1486.6153.14
HexEF20CC057F61365735
Octal35740314012717646612765
Binary11101111100000110011000101011111111101001101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF20CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF20CC; }

 p { color: rgb(239,32,204); }

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

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

 a { background-color: rgb(239,32,204); }

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

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

 span { border-color: rgb(239,32,204); }

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