#EF10C2

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

Shades of Shocking Pink #EF10C2

Tints of Shocking Pink #EF10C2

Color information

#EF10C2 (or 0xEF10C2) is unknown color: approx Shocking Pink. HEX triplet: EF, 10 and C2. RGB value is (239,16,194). Sum of RGB (Red+Green+Blue) = 239+16+194=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10C2 is #10EF3D. Grayscale: #666666. Windows color (decimal): -1109822 or 12718319. OLE color: 12718319.

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

Color convert

RGB23916194-
CMYK00.930.190.06
HSL312.11º87.45%50%-
HSV(B)312.11º93.31%93.73%-
XYZ45.5222.6253.01-
YUV102.97179.38225.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=53.23%
G=3.56%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391619400.930.190.06312.1187.4550
HexEF10C205D1361385732
Octal35720302013523647012762
Binary11101111100001100001001011101100111101001110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10C2; }

 p { color: rgb(239,16,194); }

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

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

 a { background-color: rgb(239,16,194); }

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

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

 span { border-color: rgb(239,16,194); }

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