Html Css Color HEX #ED6EAA Hot Pink

📋 copy color: '#ED6EAA'

red 237 ◦ green 110 ◦ blue 170

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

Shades of Hot Pink #ED6EAA

Tints of Hot Pink #ED6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.28%

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

R = 45.84%
G = 21.28%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED6EAA (or 0xED6EAA) is known color: Hot Pink. HEX triplet: ED, 6E and AA. RGB value is (237,110,170). Sum of RGB (Red+Green+Blue) = 237+110+170=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6EAA is #129155. Grayscale: #9A9A9A. Windows color (decimal): -1216854 or 11169517. OLE color: 11169517.

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

Color convert

RGB 237 110 170 -
CMYK 0 0.54 0.28 0.07
HSL 331.65º 0.78% 0.68% -
HSV(B) 331.65º 0.54% 0.93% -
XYZ 47.76 32.06 41.7 -
YUV 154.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 237 110 170 0 0.54 0.28 0.07 331.65 0.78 0.68
Hex ED 6E AA 0 36 1C 7 14C 4E 44
Octal 355 156 252 0 66 34 7 514 116 104
Binary 11101101 1101110 10101010 0 110110 11100 111 101001100 1001110 1000100

Color Harmonies of #ED6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EAA

Black with #ED6EAA

Text Example


Text Example

White with #ED6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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