#EF1EBF

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

Shades of Shocking Pink #EF1EBF

Tints of Shocking Pink #EF1EBF

Color information

#EF1EBF (or 0xEF1EBF) is unknown color: approx Shocking Pink. HEX triplet: EF, 1E and BF. RGB value is (239,30,191). Sum of RGB (Red+Green+Blue) = 239+30+191=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1EBF is #10E140. Grayscale: #6E6E6E. Windows color (decimal): -1106241 or 12525295. OLE color: 12525295.

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

Color convert

RGB23930191-
CMYK00.870.200.06
HSL313.78º86.72%52.75%-
HSV(B)313.78º87.45%93.73%-
XYZ45.4623.0451.34-
YUV110.84173.24219.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 30 (12.11% from 255) = 6.52%
BLUE value IS 191 (75% from 255) = 41.52%
R=51.96%
G=6.52%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393019100.870.200.06313.7886.7252.75
HexEF1EBF05714613a5735
Octal35736277012724647212765
Binary11101111111101011111101010111101001101001110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EBF; }

 p { color: rgb(239,30,191); }

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

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

 a { background-color: rgb(239,30,191); }

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

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

 span { border-color: rgb(239,30,191); }

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