Html Css Color HEX #ED5DAF Hot Pink

📋 copy color: '#ED5DAF'

red 237 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #ED5DAF

Tints of Hot Pink #ED5DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 46.93%
G = 18.42%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED5DAF (or 0xED5DAF) is known color: Hot Pink. HEX triplet: ED, 5D and AF. RGB value is (237,93,175). Sum of RGB (Red+Green+Blue) = 237+93+175=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5DAF is #12A250. Grayscale: #919191. Windows color (decimal): -1221201 or 11492845. OLE color: 11492845.

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

Color convert

RGB 237 93 175 -
CMYK 0 0.61 0.26 0.07
HSL 325.83º 0.8% 0.65% -
HSV(B) 325.83º 0.61% 0.93% -
XYZ 46.58 28.93 43.69 -
YUV 145.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 237 93 175 0 0.61 0.26 0.07 325.83 0.8 0.65
Hex ED 5D AF 0 3D 1A 7 146 50 41
Octal 355 135 257 0 75 32 7 506 120 101
Binary 11101101 1011101 10101111 0 111101 11010 111 101000110 1010000 1000001

Color Harmonies of #ED5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DAF

Black with #ED5DAF

Text Example


Text Example

White with #ED5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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