Html Css Color HEX #ED5DBB Hot Pink

📋 copy color: '#ED5DBB'

red 237 ◦ green 93 ◦ blue 187

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

Shades of Hot Pink #ED5DBB

Tints of Hot Pink #ED5DBB

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

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

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

R = 45.84%
G = 17.99%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED5DBB (or 0xED5DBB) is known color: Hot Pink. HEX triplet: ED, 5D and BB. RGB value is (237,93,187). Sum of RGB (Red+Green+Blue) = 237+93+187=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DBB is #12A244. Grayscale: #929292. Windows color (decimal): -1221189 or 12279277. OLE color: 12279277.

HSL color Cylindrical-coordinate representation of color #ED5DBB: hue angle of 320.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5DBB is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 93 187 -
CMYK 0 0.61 0.21 0.07
HSL 320.83º 0.8% 0.65% -
HSV(B) 320.83º 0.61% 0.93% -
XYZ 47.81 29.42 50.17 -
YUV 146.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 237 93 187 0 0.61 0.21 0.07 320.83 0.8 0.65
Hex ED 5D BB 0 3D 15 7 141 50 41
Octal 355 135 273 0 75 25 7 501 120 101
Binary 11101101 1011101 10111011 0 111101 10101 111 101000001 1010000 1000001

Color Harmonies of #ED5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DBB

Black with #ED5DBB

Text Example


Text Example

White with #ED5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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