Html Css Color HEX #EB5DBB Hot Pink

📋 copy color: '#EB5DBB'

red 235 ◦ green 93 ◦ blue 187

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

Shades of Hot Pink #EB5DBB

Tints of Hot Pink #EB5DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 45.63%
G = 18.06%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB5DBB (or 0xEB5DBB) is known color: Hot Pink. HEX triplet: EB, 5D and BB. RGB value is (235,93,187). Sum of RGB (Red+Green+Blue) = 235+93+187=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DBB is #14A244. Grayscale: #919191. Windows color (decimal): -1352261 or 12279275. OLE color: 12279275.

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

Color convert

RGB 235 93 187 -
CMYK 0 0.60 0.20 0.08
HSL 320.28º 0.78% 0.64% -
HSV(B) 320.28º 0.6% 0.92% -
XYZ 47.14 29.08 50.14 -
YUV 146.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 235 93 187 0 0.60 0.20 0.08 320.28 0.78 0.64
Hex EB 5D BB 0 3C 14 8 140 4E 40
Octal 353 135 273 0 74 24 10 500 116 100
Binary 11101011 1011101 10111011 0 111100 10100 1000 101000000 1001110 1000000

Color Harmonies of #EB5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DBB

Black with #EB5DBB

Text Example


Text Example

White with #EB5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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