Html Css Color HEX #EB63BA Hot Pink

📋 copy color: '#EB63BA'

red 235 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #EB63BA

Tints of Hot Pink #EB63BA

RGB

 RED value IS 235 (92.19% from 255) = 45.19%

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

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

R = 45.19%
G = 19.04%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB63BA (or 0xEB63BA) is known color: Hot Pink. HEX triplet: EB, 63 and BA. RGB value is (235,99,186). Sum of RGB (Red+Green+Blue) = 235+99+186=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63BA is #149C45. Grayscale: #959595. Windows color (decimal): -1350726 or 12215275. OLE color: 12215275.

HSL color Cylindrical-coordinate representation of color #EB63BA: hue angle of 321.62º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB63BA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 186 -
CMYK 0 0.58 0.21 0.08
HSL 321.62º 0.77% 0.65% -
HSV(B) 321.62º 0.58% 0.92% -
XYZ 47.59 30.13 49.76 -
YUV 149.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 235 99 186 0 0.58 0.21 0.08 321.62 0.77 0.65
Hex EB 63 BA 0 3A 15 8 142 4D 41
Octal 353 143 272 0 72 25 10 502 115 101
Binary 11101011 1100011 10111010 0 111010 10101 1000 101000010 1001101 1000001

Color Harmonies of #EB63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB63BA

Black with #EB63BA

Text Example


Text Example

White with #EB63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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