Html Css Color HEX #ED73AB Hot Pink

📋 copy color: '#ED73AB'

red 237 ◦ green 115 ◦ blue 171

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

Shades of Hot Pink #ED73AB

Tints of Hot Pink #ED73AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.99%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 45.32%
G = 21.99%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED73AB (or 0xED73AB) is known color: Hot Pink. HEX triplet: ED, 73 and AB. RGB value is (237,115,171). Sum of RGB (Red+Green+Blue) = 237+115+171=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED73AB is #128C54. Grayscale: #9D9D9D. Windows color (decimal): -1215573 or 11236333. OLE color: 11236333.

HSL color Cylindrical-coordinate representation of color #ED73AB: hue angle of 332.46º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73AB is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 171 -
CMYK 0 0.51 0.28 0.07
HSL 332.46º 0.77% 0.69% -
HSV(B) 332.46º 0.51% 0.93% -
XYZ 48.41 33.21 42.39 -
YUV 157.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 237 115 171 0 0.51 0.28 0.07 332.46 0.77 0.69
Hex ED 73 AB 0 33 1C 7 14C 4D 45
Octal 355 163 253 0 63 34 7 514 115 105
Binary 11101101 1110011 10101011 0 110011 11100 111 101001100 1001101 1000101

Color Harmonies of #ED73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73AB

Black with #ED73AB

Text Example


Text Example

White with #ED73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73AB; }

 p { color: rgb(237,115,171); }

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

background-color css

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

 a { background-color: rgb(237,115,171); }

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

border-color css

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

 span { border-color: rgb(237,115,171); }

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