#EB65B3

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

Shades of Hot Pink #EB65B3

Tints of Hot Pink #EB65B3

Color information

#EB65B3 (or 0xEB65B3) is unknown color: approx Hot Pink. HEX triplet: EB, 65 and B3. RGB value is (235,101,179). Sum of RGB (Red+Green+Blue) = 235+101+179=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65B3 is #149A4C. Grayscale: #959595. Windows color (decimal): -1350221 or 11757035. OLE color: 11757035.

HSL color Cylindrical-coordinate representation of color #EB65B3: hue angle of 325.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65B3 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235101179-
CMYK00.570.240.08
HSL325.07º77.01%65.88%-
HSV(B)325.07º57.02%92.16%-
XYZ47.0530.2246-
YUV149.96144.39188.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=45.63%
G=19.61%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510117900.570.240.08325.0777.0165.88
HexEB65B30391881454d42
Octal3531452630713010505115102
Binary11101011110010110110011011100111000100010100010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65B3; }

 p { color: rgb(235,101,179); }

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

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

 a { background-color: rgb(235,101,179); }

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

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

 span { border-color: rgb(235,101,179); }

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