#EB65B5

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

Shades of Hot Pink #EB65B5

Tints of Hot Pink #EB65B5

Color information

#EB65B5 (or 0xEB65B5) is unknown color: approx Hot Pink. HEX triplet: EB, 65 and B5. RGB value is (235,101,181). Sum of RGB (Red+Green+Blue) = 235+101+181=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65B5 is #149A4A. Grayscale: #969696. Windows color (decimal): -1350219 or 11888107. OLE color: 11888107.

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

Color convert

RGB235101181-
CMYK00.570.230.08
HSL324.18º77.01%65.88%-
HSV(B)324.18º57.02%92.16%-
XYZ47.2630.3147.08-
YUV150.19145.39188.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=45.45%
G=19.54%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510118100.570.230.08324.1877.0165.88
HexEB65B50391781444d42
Octal3531452650712710504115102
Binary11101011110010110110101011100110111100010100010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65B5; }

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

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

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

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

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

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

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

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