Html Css Color HEX #ED64B8 Hot Pink

📋 copy color: '#ED64B8'

red 237 ◦ green 100 ◦ blue 184

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

Shades of Hot Pink #ED64B8

Tints of Hot Pink #ED64B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 45.49%
G = 19.19%
B = 35.32%

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

#ED64B8 (or 0xED64B8) is known color: Hot Pink. HEX triplet: ED, 64 and B8. RGB value is (237,100,184). Sum of RGB (Red+Green+Blue) = 237+100+184=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED64B8 is #129B47. Grayscale: #969696. Windows color (decimal): -1219400 or 12084461. OLE color: 12084461.

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

Color convert

RGB 237 100 184 -
CMYK 0 0.58 0.22 0.07
HSL 323.21º 0.79% 0.66% -
HSV(B) 323.21º 0.58% 0.93% -
XYZ 48.13 30.58 48.71 -
YUV 150.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 237 100 184 0 0.58 0.22 0.07 323.21 0.79 0.66
Hex ED 64 B8 0 3A 16 7 143 4F 42
Octal 355 144 270 0 72 26 7 503 117 102
Binary 11101101 1100100 10111000 0 111010 10110 111 101000011 1001111 1000010

Color Harmonies of #ED64B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64B8

Black with #ED64B8

Text Example


Text Example

White with #ED64B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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