Html Css Color HEX #EB5DBA Hot Pink

📋 copy color: '#EB5DBA'

red 235 ◦ green 93 ◦ blue 186

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

Shades of Hot Pink #EB5DBA

Tints of Hot Pink #EB5DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 45.72%
G = 18.09%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB5DBA (or 0xEB5DBA) is known color: Hot Pink. HEX triplet: EB, 5D and BA. RGB value is (235,93,186). Sum of RGB (Red+Green+Blue) = 235+93+186=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DBA is #14A245. Grayscale: #919191. Windows color (decimal): -1352262 or 12213739. OLE color: 12213739.

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

Color convert

RGB 235 93 186 -
CMYK 0 0.60 0.21 0.08
HSL 320.7º 0.78% 0.64% -
HSV(B) 320.7º 0.6% 0.92% -
XYZ 47.04 29.04 49.58 -
YUV 146.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 235 93 186 0 0.60 0.21 0.08 320.7 0.78 0.64
Hex EB 5D BA 0 3C 15 8 141 4E 40
Octal 353 135 272 0 74 25 10 501 116 100
Binary 11101011 1011101 10111010 0 111100 10101 1000 101000001 1001110 1000000

Color Harmonies of #EB5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DBA

Black with #EB5DBA

Text Example


Text Example

White with #EB5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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