#EF69B1

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

Shades of Hot Pink #EF69B1

Tints of Hot Pink #EF69B1

Color information

#EF69B1 (or 0xEF69B1) is unknown color: approx Hot Pink. HEX triplet: EF, 69 and B1. RGB value is (239,105,177). Sum of RGB (Red+Green+Blue) = 239+105+177=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69B1 is #10964E. Grayscale: #999999. Windows color (decimal): -1087055 or 11626991. OLE color: 11626991.

HSL color Cylindrical-coordinate representation of color #EF69B1: hue angle of 327.76º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69B1 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239105177-
CMYK00.560.260.06
HSL327.76º80.72%67.45%-
HSV(B)327.76º56.07%93.73%-
XYZ48.5831.6345.14-
YUV153.27141.39189.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=45.87%
G=20.15%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910517700.560.260.06327.7680.7267.45
HexEF69B10381A61485143
Octal357151261070326510121103
Binary1110111111010011011000101110001101011010100100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69B1; }

 p { color: rgb(239,105,177); }

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

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

 a { background-color: rgb(239,105,177); }

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

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

 span { border-color: rgb(239,105,177); }

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