Html Css Color HEX #ED64B9 Hot Pink

📋 copy color: '#ED64B9'

red 237 ◦ green 100 ◦ blue 185

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

Shades of Hot Pink #ED64B9

Tints of Hot Pink #ED64B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 45.4%
G = 19.16%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED64B9 (or 0xED64B9) is known color: Hot Pink. HEX triplet: ED, 64 and B9. RGB value is (237,100,185). Sum of RGB (Red+Green+Blue) = 237+100+185=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED64B9 is #129B46. Grayscale: #969696. Windows color (decimal): -1219399 or 12149997. OLE color: 12149997.

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

Color convert

RGB 237 100 185 -
CMYK 0 0.58 0.22 0.07
HSL 322.77º 0.79% 0.66% -
HSV(B) 322.77º 0.58% 0.93% -
XYZ 48.24 30.62 49.27 -
YUV 150.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 237 100 185 0 0.58 0.22 0.07 322.77 0.79 0.66
Hex ED 64 B9 0 3A 16 7 143 4F 42
Octal 355 144 271 0 72 26 7 503 117 102
Binary 11101101 1100100 10111001 0 111010 10110 111 101000011 1001111 1000010

Color Harmonies of #ED64B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64B9

Black with #ED64B9

Text Example


Text Example

White with #ED64B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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