Html Css Color HEX #ED66AF Hot Pink

📋 copy color: '#ED66AF'

red 237 ◦ green 102 ◦ blue 175

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

Shades of Hot Pink #ED66AF

Tints of Hot Pink #ED66AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

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

R = 46.11%
G = 19.84%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED66AF (or 0xED66AF) is known color: Hot Pink. HEX triplet: ED, 66 and AF. RGB value is (237,102,175). Sum of RGB (Red+Green+Blue) = 237+102+175=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED66AF is #129950. Grayscale: #969696. Windows color (decimal): -1218897 or 11495149. OLE color: 11495149.

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

Color convert

RGB 237 102 175 -
CMYK 0 0.57 0.26 0.07
HSL 327.56º 0.79% 0.66% -
HSV(B) 327.56º 0.57% 0.93% -
XYZ 47.41 30.6 43.97 -
YUV 150.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 237 102 175 0 0.57 0.26 0.07 327.56 0.79 0.66
Hex ED 66 AF 0 39 1A 7 148 4F 42
Octal 355 146 257 0 71 32 7 510 117 102
Binary 11101101 1100110 10101111 0 111001 11010 111 101001000 1001111 1000010

Color Harmonies of #ED66AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED66AF

Black with #ED66AF

Text Example


Text Example

White with #ED66AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED66AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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