Html Css Color HEX #ED63BA Hot Pink

📋 copy color: '#ED63BA'

red 237 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #ED63BA

Tints of Hot Pink #ED63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 45.4%
G = 18.97%
B = 35.63%

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

#ED63BA (or 0xED63BA) is known color: Hot Pink. HEX triplet: ED, 63 and BA. RGB value is (237,99,186). Sum of RGB (Red+Green+Blue) = 237+99+186=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63BA is #129C45. Grayscale: #959595. Windows color (decimal): -1219654 or 12215277. OLE color: 12215277.

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

Color convert

RGB 237 99 186 -
CMYK 0 0.58 0.22 0.07
HSL 322.17º 0.79% 0.66% -
HSV(B) 322.17º 0.58% 0.93% -
XYZ 48.25 30.47 49.79 -
YUV 150.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 237 99 186 0 0.58 0.22 0.07 322.17 0.79 0.66
Hex ED 63 BA 0 3A 16 7 142 4F 42
Octal 355 143 272 0 72 26 7 502 117 102
Binary 11101101 1100011 10111010 0 111010 10110 111 101000010 1001111 1000010

Color Harmonies of #ED63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63BA

Black with #ED63BA

Text Example


Text Example

White with #ED63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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