Html Css Color HEX #ED62AA Hot Pink

📋 copy color: '#ED62AA'

red 237 ◦ green 98 ◦ blue 170

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

Shades of Hot Pink #ED62AA

Tints of Hot Pink #ED62AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.41%

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

R = 46.93%
G = 19.41%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED62AA (or 0xED62AA) is known color: Hot Pink. HEX triplet: ED, 62 and AA. RGB value is (237,98,170). Sum of RGB (Red+Green+Blue) = 237+98+170=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED62AA is #129D55. Grayscale: #939393. Windows color (decimal): -1219926 or 11166445. OLE color: 11166445.

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

Color convert

RGB 237 98 170 -
CMYK 0 0.59 0.28 0.07
HSL 328.92º 0.79% 0.66% -
HSV(B) 328.92º 0.59% 0.93% -
XYZ 46.55 29.64 41.3 -
YUV 147.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 237 98 170 0 0.59 0.28 0.07 328.92 0.79 0.66
Hex ED 62 AA 0 3B 1C 7 149 4F 42
Octal 355 142 252 0 73 34 7 511 117 102
Binary 11101101 1100010 10101010 0 111011 11100 111 101001001 1001111 1000010

Color Harmonies of #ED62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62AA

Black with #ED62AA

Text Example


Text Example

White with #ED62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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