#EF05B5

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

Shades of Shocking Pink #EF05B5

Tints of Shocking Pink #EF05B5

Color information

#EF05B5 (or 0xEF05B5) is unknown color: approx Shocking Pink. HEX triplet: EF, 05 and B5. RGB value is (239,5,181). Sum of RGB (Red+Green+Blue) = 239+5+181=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF05B5 is #10FA4A. Grayscale: #5E5E5E. Windows color (decimal): -1112651 or 11863535. OLE color: 11863535.

HSL color Cylindrical-coordinate representation of color #EF05B5: hue angle of 314.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05B5 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB2395181-
CMYK00.980.240.06
HSL314.87º95.9%47.84%-
HSV(B)314.87º97.91%93.73%-
XYZ43.9921.845.6-
YUV95.03176.52230.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.24%
GREEN value IS 5 (2.34% from 255) = 1.18%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=56.24%
G=1.18%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239518100.980.240.06314.8795.947.84
HexEF5B506218613b6030
Octal3575265014230647314060
Binary111011111011011010101100010110001101001110111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF05B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF05B5; }

 p { color: rgb(239,5,181); }

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

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

 a { background-color: rgb(239,5,181); }

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

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

 span { border-color: rgb(239,5,181); }

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