#EF0FC9

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

Shades of Shocking Pink #EF0FC9

Tints of Shocking Pink #EF0FC9

Color information

#EF0FC9 (or 0xEF0FC9) is unknown color: approx Shocking Pink. HEX triplet: EF, 0F and C9. RGB value is (239,15,201). Sum of RGB (Red+Green+Blue) = 239+15+201=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FC9 is #10F036. Grayscale: #666666. Windows color (decimal): -1110071 or 13176815. OLE color: 13176815.

HSL color Cylindrical-coordinate representation of color #EF0FC9: hue angle of 310.18º 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 #EF0FC9 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB23915201-
CMYK00.940.160.06
HSL310.18º88.19%49.8%-
HSV(B)310.18º93.72%93.73%-
XYZ46.3122.9157.24-
YUV103.18183.21224.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.53%
GREEN value IS 15 (6.25% from 255) = 3.30%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=52.53%
G=3.30%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391520100.940.160.06310.1888.1949.8
HexEFFC905E1061365832
Octal35717311013620646613062
Binary1110111111111100100101011110100001101001101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FC9; }

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

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

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

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

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

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

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

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