#eb5cb6

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

Shades of Hot Pink #EB5CB6

Tints of Hot Pink #EB5CB6

Color information

#EB5CB6 (or 0xEB5CB6) is unknown color: approx Hot Pink. HEX triplet: EB, 5C and B6. RGB value is (235,92,182). Sum of RGB (Red+Green+Blue) = 235+92+182=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5CB6 is #14A349. Grayscale: #909090. Windows color (decimal): -1352522 or 11951339. OLE color: 11951339.

HSL color Cylindrical-coordinate representation of color #EB5CB6: hue angle of 322.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5CB6 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB23592182-
CMYK00.610.230.08
HSL322.24º78.14%64.12%-
HSV(B)322.24º60.85%92.16%-
XYZ46.5328.6947.34-
YUV145.02148.88192.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=46.17%
G=18.07%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359218200.610.230.08322.2478.1464.12
HexEB5CB603D1781424e40
Octal3531342660752710502116100
Binary11101011101110010110110011110110111100010100001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb5cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb5cb6; }

 p { color: rgb(235,92,182); }

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

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

 a { background-color: rgb(235,92,182); }

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

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

 span { border-color: rgb(235,92,182); }

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