#ff5ebc

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

Shades of Hot Pink #FF5EBC

Tints of Hot Pink #FF5EBC

Color information

#FF5EBC (or 0xFF5EBC) is unknown color: approx Hot Pink. HEX triplet: FF, 5E and BC. RGB value is (255,94,188). Sum of RGB (Red+Green+Blue) = 255+94+188=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EBC is #00A143. Grayscale: #989898. Windows color (decimal): -41284 or 12345087. OLE color: 12345087.

HSL color Cylindrical-coordinate representation of color #FF5EBC: hue angle of 324.97º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EBC is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB25594188-
CMYK00.630.260
HSL324.97º100%68.43%-
HSV(B)324.97º63.14%100%-
XYZ54.3232.951.06-
YUV152.86147.84200.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 94 (37.11% from 255) = 17.50%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=47.49%
G=17.50%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559418800.630.260324.9710068.43
HexFF5EBC03F1A01456444
Octal377136274077320505144104
Binary11111111101111010111100011111111010010100010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5ebc; }

 p { color: rgb(255,94,188); }

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

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

 a { background-color: rgb(255,94,188); }

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

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

 span { border-color: rgb(255,94,188); }

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