Html Css Color HEX #ED62AF Hot Pink

📋 copy color: '#ED62AF'

red 237 ◦ green 98 ◦ blue 175

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

Shades of Hot Pink #ED62AF

Tints of Hot Pink #ED62AF

RGB

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

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

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

R = 46.47%
G = 19.22%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED62AF (or 0xED62AF) is known color: Hot Pink. HEX triplet: ED, 62 and AF. RGB value is (237,98,175). Sum of RGB (Red+Green+Blue) = 237+98+175=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED62AF is #129D50. Grayscale: #949494. Windows color (decimal): -1219921 or 11494125. OLE color: 11494125.

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

Color convert

RGB 237 98 175 -
CMYK 0 0.59 0.26 0.07
HSL 326.76º 0.79% 0.66% -
HSV(B) 326.76º 0.59% 0.93% -
XYZ 47.03 29.84 43.84 -
YUV 148.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 237 98 175 0 0.59 0.26 0.07 326.76 0.79 0.66
Hex ED 62 AF 0 3B 1A 7 147 4F 42
Octal 355 142 257 0 73 32 7 507 117 102
Binary 11101101 1100010 10101111 0 111011 11010 111 101000111 1001111 1000010

Color Harmonies of #ED62AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62AF

Black with #ED62AF

Text Example


Text Example

White with #ED62AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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