Html Css Color HEX #ED64AB Hot Pink

📋 copy color: '#ED64AB'

red 237 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #ED64AB

Tints of Hot Pink #ED64AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 46.65%
G = 19.69%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED64AB (or 0xED64AB) is known color: Hot Pink. HEX triplet: ED, 64 and AB. RGB value is (237,100,171). Sum of RGB (Red+Green+Blue) = 237+100+171=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED64AB is #129B54. Grayscale: #949494. Windows color (decimal): -1219413 or 11232493. OLE color: 11232493.

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

Color convert

RGB 237 100 171 -
CMYK 0 0.58 0.28 0.07
HSL 328.91º 0.79% 0.66% -
HSV(B) 328.91º 0.58% 0.93% -
XYZ 46.83 30.06 41.86 -
YUV 149.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 237 100 171 0 0.58 0.28 0.07 328.91 0.79 0.66
Hex ED 64 AB 0 3A 1C 7 149 4F 42
Octal 355 144 253 0 72 34 7 511 117 102
Binary 11101101 1100100 10101011 0 111010 11100 111 101001001 1001111 1000010

Color Harmonies of #ED64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64AB

Black with #ED64AB

Text Example


Text Example

White with #ED64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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