Html Css Color HEX #ED63AB Hot Pink

📋 copy color: '#ED63AB'

red 237 ◦ green 99 ◦ blue 171

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

Shades of Hot Pink #ED63AB

Tints of Hot Pink #ED63AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.53%

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

R = 46.75%
G = 19.53%
B = 33.73%

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

#ED63AB (or 0xED63AB) is known color: Hot Pink. HEX triplet: ED, 63 and AB. RGB value is (237,99,171). Sum of RGB (Red+Green+Blue) = 237+99+171=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED63AB is #129C54. Grayscale: #949494. Windows color (decimal): -1219669 or 11232237. OLE color: 11232237.

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

Color convert

RGB 237 99 171 -
CMYK 0 0.58 0.28 0.07
HSL 328.7º 0.79% 0.66% -
HSV(B) 328.7º 0.58% 0.93% -
XYZ 46.74 29.87 41.83 -
YUV 148.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 237 99 171 0 0.58 0.28 0.07 328.7 0.79 0.66
Hex ED 63 AB 0 3A 1C 7 149 4F 42
Octal 355 143 253 0 72 34 7 511 117 102
Binary 11101101 1100011 10101011 0 111010 11100 111 101001001 1001111 1000010

Color Harmonies of #ED63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63AB

Black with #ED63AB

Text Example


Text Example

White with #ED63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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