#EB6BAF

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

Shades of Hot Pink #EB6BAF

Tints of Hot Pink #EB6BAF

Color information

#EB6BAF (or 0xEB6BAF) is unknown color: approx Hot Pink. HEX triplet: EB, 6B and AF. RGB value is (235,107,175). Sum of RGB (Red+Green+Blue) = 235+107+175=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6BAF is #149450. Grayscale: #989898. Windows color (decimal): -1348689 or 11496427. OLE color: 11496427.

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

Color convert

RGB235107175-
CMYK00.540.260.08
HSL328.12º76.19%67.06%-
HSV(B)328.12º54.47%92.16%-
XYZ47.2631.2744.1-
YUV153.02140.41186.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 107 (42.19% from 255) = 20.70%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=45.45%
G=20.70%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510717500.540.260.08328.1276.1967.06
HexEB6BAF0361A81484c43
Octal3531532570663210510114103
Binary11101011110101110101111011011011010100010100100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6BAF; }

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

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

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

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

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

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

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

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