Html Css Color HEX #ED72AF Hot Pink

📋 copy color: '#ED72AF'

red 237 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #ED72AF

Tints of Hot Pink #ED72AF

RGB

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

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

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

R = 45.06%
G = 21.67%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED72AF (or 0xED72AF) is known color: Hot Pink. HEX triplet: ED, 72 and AF. RGB value is (237,114,175). Sum of RGB (Red+Green+Blue) = 237+114+175=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED72AF is #128D50. Grayscale: #9D9D9D. Windows color (decimal): -1215825 or 11498221. OLE color: 11498221.

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

Color convert

RGB 237 114 175 -
CMYK 0 0.52 0.26 0.07
HSL 330.24º 0.77% 0.69% -
HSV(B) 330.24º 0.52% 0.93% -
XYZ 48.68 33.13 44.39 -
YUV 157.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 237 114 175 0 0.52 0.26 0.07 330.24 0.77 0.69
Hex ED 72 AF 0 34 1A 7 14A 4D 45
Octal 355 162 257 0 64 32 7 512 115 105
Binary 11101101 1110010 10101111 0 110100 11010 111 101001010 1001101 1000101

Color Harmonies of #ED72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72AF

Black with #ED72AF

Text Example


Text Example

White with #ED72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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