#EB6FAF

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

Shades of Hot Pink #EB6FAF

Tints of Hot Pink #EB6FAF

Color information

#EB6FAF (or 0xEB6FAF) is unknown color: approx Hot Pink. HEX triplet: EB, 6F and AF. RGB value is (235,111,175). Sum of RGB (Red+Green+Blue) = 235+111+175=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6FAF is #149050. Grayscale: #9B9B9B. Windows color (decimal): -1347665 or 11497451. OLE color: 11497451.

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

Color convert

RGB235111175-
CMYK00.530.260.08
HSL329.03º75.61%67.84%-
HSV(B)329.03º52.77%92.16%-
XYZ47.6832.1344.25-
YUV155.37139.08184.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=45.11%
G=21.31%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511117500.530.260.08329.0375.6167.84
HexEB6FAF0351A81494c44
Octal3531572570653210511114104
Binary11101011110111110101111011010111010100010100100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6FAF; }

 p { color: rgb(235,111,175); }

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

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

 a { background-color: rgb(235,111,175); }

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

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

 span { border-color: rgb(235,111,175); }

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