#EF69B0

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

Shades of Hot Pink #EF69B0

Tints of Hot Pink #EF69B0

Color information

#EF69B0 (or 0xEF69B0) is unknown color: approx Hot Pink. HEX triplet: EF, 69 and B0. RGB value is (239,105,176). Sum of RGB (Red+Green+Blue) = 239+105+176=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69B0 is #10964F. Grayscale: #999999. Windows color (decimal): -1087056 or 11561455. OLE color: 11561455.

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

Color convert

RGB239105176-
CMYK00.560.260.06
HSL328.21º80.72%67.45%-
HSV(B)328.21º56.07%93.73%-
XYZ48.4831.5944.62-
YUV153.16140.89189.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=45.96%
G=20.19%
B=33.85%

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
Decimal23910517600.560.260.06328.2180.7267.45
HexEF69B00381A61485143
Octal357151260070326510121103
Binary1110111111010011011000001110001101011010100100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69B0; }

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

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

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

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

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

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

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

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