Html Css Color HEX #ED5DB5 Hot Pink

📋 copy color: '#ED5DB5'

red 237 ◦ green 93 ◦ blue 181

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

Shades of Hot Pink #ED5DB5

Tints of Hot Pink #ED5DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 46.38%
G = 18.2%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED5DB5 (or 0xED5DB5) is known color: Hot Pink. HEX triplet: ED, 5D and B5. RGB value is (237,93,181). Sum of RGB (Red+Green+Blue) = 237+93+181=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DB5 is #12A24A. Grayscale: #919191. Windows color (decimal): -1221195 or 11886061. OLE color: 11886061.

HSL color Cylindrical-coordinate representation of color #ED5DB5: hue angle of 323.33º 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 #ED5DB5 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 93 181 -
CMYK 0 0.61 0.24 0.07
HSL 323.33º 0.8% 0.65% -
HSV(B) 323.33º 0.61% 0.93% -
XYZ 47.18 29.17 46.86 -
YUV 146.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 237 93 181 0 0.61 0.24 0.07 323.33 0.8 0.65
Hex ED 5D B5 0 3D 18 7 143 50 41
Octal 355 135 265 0 75 30 7 503 120 101
Binary 11101101 1011101 10110101 0 111101 11000 111 101000011 1010000 1000001

Color Harmonies of #ED5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DB5

Black with #ED5DB5

Text Example


Text Example

White with #ED5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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