Html Css Color HEX #ED70A6 Hot Pink

📋 copy color: '#ED70A6'

red 237 ◦ green 112 ◦ blue 166

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

Shades of Hot Pink #ED70A6

Tints of Hot Pink #ED70A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 46.02%
G = 21.75%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED70A6 (or 0xED70A6) is known color: Hot Pink. HEX triplet: ED, 70 and A6. RGB value is (237,112,166). Sum of RGB (Red+Green+Blue) = 237+112+166=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70A6 is #128F59. Grayscale: #9B9B9B. Windows color (decimal): -1216346 or 10907885. OLE color: 10907885.

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

Color convert

RGB 237 112 166 -
CMYK 0 0.53 0.30 0.07
HSL 334.08º 0.78% 0.68% -
HSV(B) 334.08º 0.53% 0.93% -
XYZ 47.6 32.35 39.81 -
YUV 155.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 237 112 166 0 0.53 0.30 0.07 334.08 0.78 0.68
Hex ED 70 A6 0 35 1E 7 14E 4E 44
Octal 355 160 246 0 65 36 7 516 116 104
Binary 11101101 1110000 10100110 0 110101 11110 111 101001110 1001110 1000100

Color Harmonies of #ED70A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70A6

Black with #ED70A6

Text Example


Text Example

White with #ED70A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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