#EF1ECB

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

Shades of Shocking Pink #EF1ECB

Tints of Shocking Pink #EF1ECB

Color information

#EF1ECB (or 0xEF1ECB) is unknown color: approx Shocking Pink. HEX triplet: EF, 1E and CB. RGB value is (239,30,203). Sum of RGB (Red+Green+Blue) = 239+30+203=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ECB is #10E134. Grayscale: #6F6F6F. Windows color (decimal): -1106229 or 13311727. OLE color: 13311727.

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

Color convert

RGB23930203-
CMYK00.870.150.06
HSL310.33º86.72%52.75%-
HSV(B)310.33º87.45%93.73%-
XYZ46.8423.5958.58-
YUV112.21179.24218.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.64%
GREEN value IS 30 (12.11% from 255) = 6.36%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=50.64%
G=6.36%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393020300.870.150.06310.3386.7252.75
HexEF1ECB057F61365735
Octal35736313012717646612765
Binary1110111111110110010110101011111111101001101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1ECB; }

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

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

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

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

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

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

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

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