Html Css Color HEX #ED72AB Hot Pink

📋 copy color: '#ED72AB'

red 237 ◦ green 114 ◦ blue 171

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

Shades of Hot Pink #ED72AB

Tints of Hot Pink #ED72AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.84%

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

R = 45.4%
G = 21.84%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED72AB (or 0xED72AB) is known color: Hot Pink. HEX triplet: ED, 72 and AB. RGB value is (237,114,171). Sum of RGB (Red+Green+Blue) = 237+114+171=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED72AB is #128D54. Grayscale: #9D9D9D. Windows color (decimal): -1215829 or 11236077. OLE color: 11236077.

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

Color convert

RGB 237 114 171 -
CMYK 0 0.52 0.28 0.07
HSL 332.2º 0.77% 0.69% -
HSV(B) 332.2º 0.52% 0.93% -
XYZ 48.29 32.98 42.35 -
YUV 157.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 237 114 171 0 0.52 0.28 0.07 332.2 0.77 0.69
Hex ED 72 AB 0 34 1C 7 14C 4D 45
Octal 355 162 253 0 64 34 7 514 115 105
Binary 11101101 1110010 10101011 0 110100 11100 111 101001100 1001101 1000101

Color Harmonies of #ED72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72AB

Black with #ED72AB

Text Example


Text Example

White with #ED72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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