Html Css Color HEX #ED70AA Hot Pink

📋 copy color: '#ED70AA'

red 237 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #ED70AA

Tints of Hot Pink #ED70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.58%

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 45.66%
G = 21.58%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED70AA (or 0xED70AA) is known color: Hot Pink. HEX triplet: ED, 70 and AA. RGB value is (237,112,170). Sum of RGB (Red+Green+Blue) = 237+112+170=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70AA is #128F55. Grayscale: #9B9B9B. Windows color (decimal): -1216342 or 11170029. OLE color: 11170029.

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

Color convert

RGB 237 112 170 -
CMYK 0 0.53 0.28 0.07
HSL 332.16º 0.78% 0.68% -
HSV(B) 332.16º 0.53% 0.93% -
XYZ 47.97 32.5 41.77 -
YUV 155.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 237 112 170 0 0.53 0.28 0.07 332.16 0.78 0.68
Hex ED 70 AA 0 35 1C 7 14C 4E 44
Octal 355 160 252 0 65 34 7 514 116 104
Binary 11101101 1110000 10101010 0 110101 11100 111 101001100 1001110 1000100

Color Harmonies of #ED70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70AA

Black with #ED70AA

Text Example


Text Example

White with #ED70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70AA; }

 p { color: rgb(237,112,170); }

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

background-color css

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

 a { background-color: rgb(237,112,170); }

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

border-color css

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

 span { border-color: rgb(237,112,170); }

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