Html Css Color HEX #ED64AC Hot Pink

📋 copy color: '#ED64AC'

red 237 ◦ green 100 ◦ blue 172

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

Shades of Hot Pink #ED64AC

Tints of Hot Pink #ED64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.65%

 BLUE value IS 172 (67.58% from 255) = 33.79%

R = 46.56%
G = 19.65%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED64AC (or 0xED64AC) is known color: Hot Pink. HEX triplet: ED, 64 and AC. RGB value is (237,100,172). Sum of RGB (Red+Green+Blue) = 237+100+172=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED64AC is #129B53. Grayscale: #959595. Windows color (decimal): -1219412 or 11298029. OLE color: 11298029.

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

Color convert

RGB 237 100 172 -
CMYK 0 0.58 0.27 0.07
HSL 328.47º 0.79% 0.66% -
HSV(B) 328.47º 0.58% 0.93% -
XYZ 46.93 30.1 42.37 -
YUV 149.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 237 100 172 0 0.58 0.27 0.07 328.47 0.79 0.66
Hex ED 64 AC 0 3A 1B 7 148 4F 42
Octal 355 144 254 0 72 33 7 510 117 102
Binary 11101101 1100100 10101100 0 111010 11011 111 101001000 1001111 1000010

Color Harmonies of #ED64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64AC

Black with #ED64AC

Text Example


Text Example

White with #ED64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64AC; }

 p { color: rgb(237,100,172); }

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

background-color css

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

 a { background-color: rgb(237,100,172); }

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

border-color css

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

 span { border-color: rgb(237,100,172); }

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