#EF0FCA

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

Shades of Shocking Pink #EF0FCA

Tints of Shocking Pink #EF0FCA

Color information

#EF0FCA (or 0xEF0FCA) is unknown color: approx Shocking Pink. HEX triplet: EF, 0F and CA. RGB value is (239,15,202). Sum of RGB (Red+Green+Blue) = 239+15+202=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FCA is #10F035. Grayscale: #666666. Windows color (decimal): -1110070 or 13242351. OLE color: 13242351.

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

Color convert

RGB23915202-
CMYK00.940.150.06
HSL309.91º88.19%49.8%-
HSV(B)309.91º93.72%93.73%-
XYZ46.4322.9657.86-
YUV103.29183.71224.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.41%
GREEN value IS 15 (6.25% from 255) = 3.29%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=52.41%
G=3.29%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391520200.940.150.06309.9188.1949.8
HexEFFCA05EF61365832
Octal35717312013617646613062
Binary111011111111110010100101111011111101001101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FCA; }

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

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

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

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

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

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

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

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