#EF14C8

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

Shades of Shocking Pink #EF14C8

Tints of Shocking Pink #EF14C8

Color information

#EF14C8 (or 0xEF14C8) is unknown color: approx Shocking Pink. HEX triplet: EF, 14 and C8. RGB value is (239,20,200). Sum of RGB (Red+Green+Blue) = 239+20+200=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14C8 is #10EB37. Grayscale: #696969. Windows color (decimal): -1108792 or 13112559. OLE color: 13112559.

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

Color convert

RGB23920200-
CMYK00.920.160.06
HSL310.68º87.25%50.78%-
HSV(B)310.68º91.63%93.73%-
XYZ46.2723.0256.65-
YUV106181.05222.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 20 (8.20% from 255) = 4.36%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=52.07%
G=4.36%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392020000.920.160.06310.6887.2550.78
HexEF14C805C1061375733
Octal35724310013420646712763
Binary11101111101001100100001011100100001101001101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF14C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF14C8; }

 p { color: rgb(239,20,200); }

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

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

 a { background-color: rgb(239,20,200); }

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

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

 span { border-color: rgb(239,20,200); }

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