#EF0FC2

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

Shades of Shocking Pink #EF0FC2

Tints of Shocking Pink #EF0FC2

Color information

#EF0FC2 (or 0xEF0FC2) is unknown color: approx Shocking Pink. HEX triplet: EF, 0F and C2. RGB value is (239,15,194). Sum of RGB (Red+Green+Blue) = 239+15+194=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FC2 is #10F03D. Grayscale: #656565. Windows color (decimal): -1110078 or 12718063. OLE color: 12718063.

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

Color convert

RGB23915194-
CMYK00.940.190.06
HSL312.05º88.19%49.8%-
HSV(B)312.05º93.72%93.73%-
XYZ45.5122.5953-
YUV102.38179.71225.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 15 (6.25% from 255) = 3.35%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=53.35%
G=3.35%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391519400.940.190.06312.0588.1949.8
HexEFFC205E1361385832
Octal35717302013623647013062
Binary1110111111111100001001011110100111101001110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FC2; }

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

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

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

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

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

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

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

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