#EB6FB2

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

Shades of Hot Pink #EB6FB2

Tints of Hot Pink #EB6FB2

Color information

#EB6FB2 (or 0xEB6FB2) is unknown color: approx Hot Pink. HEX triplet: EB, 6F and B2. RGB value is (235,111,178). Sum of RGB (Red+Green+Blue) = 235+111+178=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6FB2 is #14904D. Grayscale: #9B9B9B. Windows color (decimal): -1347662 or 11694059. OLE color: 11694059.

HSL color Cylindrical-coordinate representation of color #EB6FB2: hue angle of 327.58º 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 #EB6FB2 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235111178-
CMYK00.530.240.08
HSL327.58º75.61%67.84%-
HSV(B)327.58º52.77%92.16%-
XYZ47.9832.2545.81-
YUV155.71140.58184.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 111 (43.75% from 255) = 21.18%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=44.85%
G=21.18%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511117800.530.240.08327.5875.6167.84
HexEB6FB20351881484c44
Octal3531572620653010510114104
Binary11101011110111110110010011010111000100010100100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6FB2; }

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

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

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

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

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

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

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

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