Html Css Color HEX #EB5DB0 Hot Pink

📋 copy color: '#EB5DB0'

red 235 ◦ green 93 ◦ blue 176

#EB5DB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #EB5DB0

Tints of Hot Pink #EB5DB0

RGB

 RED value IS 235 (92.19% from 255) = 46.63%

 GREEN value IS 93 (36.72% from 255) = 18.45%

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 46.63%
G = 18.45%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB5DB0 (or 0xEB5DB0) is known color: Hot Pink. HEX triplet: EB, 5D and B0. RGB value is (235,93,176). Sum of RGB (Red+Green+Blue) = 235+93+176=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DB0 is #14A24F. Grayscale: #909090. Windows color (decimal): -1352272 or 11558379. OLE color: 11558379.

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

Color convert

RGB 235 93 176 -
CMYK 0 0.60 0.25 0.08
HSL 324.93º 0.78% 0.64% -
HSV(B) 324.93º 0.6% 0.92% -
XYZ 46.01 28.63 44.17 -
YUV 144.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 235 93 176 0 0.60 0.25 0.08 324.93 0.78 0.64
Hex EB 5D B0 0 3C 19 8 145 4E 40
Octal 353 135 260 0 74 31 10 505 116 100
Binary 11101011 1011101 10110000 0 111100 11001 1000 101000101 1001110 1000000

Color Harmonies of #EB5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DB0

Black with #EB5DB0

Text Example


Text Example

White with #EB5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DB0; }

 p { color: rgb(235,93,176); }

 H1.HeaderClassName
 {
   color: #EB5DB0;
 }
 .AnyTagClassName
 {
   color: #EB5DB0;
 }
</style>

background-color css

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

 a { background-color: rgb(235,93,176); }

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

border-color css

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

 span { border-color: rgb(235,93,176); }

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