#EF6BB0

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

Shades of Hot Pink #EF6BB0

Tints of Hot Pink #EF6BB0

Color information

#EF6BB0 (or 0xEF6BB0) is unknown color: approx Hot Pink. HEX triplet: EF, 6B and B0. RGB value is (239,107,176). Sum of RGB (Red+Green+Blue) = 239+107+176=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BB0 is #10944F. Grayscale: #9A9A9A. Windows color (decimal): -1086544 or 11561967. OLE color: 11561967.

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

Color convert

RGB239107176-
CMYK00.550.260.06
HSL328.64º80.49%67.84%-
HSV(B)328.64º55.23%93.73%-
XYZ48.693244.68-
YUV154.33140.23188.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 107 (42.19% from 255) = 20.50%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=45.79%
G=20.50%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910717600.550.260.06328.6480.4967.84
HexEF6BB00371A61495044
Octal357153260067326511120104
Binary1110111111010111011000001101111101011010100100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6BB0; }

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

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

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

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

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

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

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

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