Html Css Color HEX #EA59BA Hot Pink

📋 copy color: '#EA59BA'

red 234 ◦ green 89 ◦ blue 186

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

Shades of Hot Pink #EA59BA

Tints of Hot Pink #EA59BA

RGB

 RED value IS 234 (91.8% from 255) = 45.97%

 GREEN value IS 89 (35.16% from 255) = 17.49%

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

R = 45.97%
G = 17.49%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA59BA (or 0xEA59BA) is known color: Hot Pink. HEX triplet: EA, 59 and BA. RGB value is (234,89,186). Sum of RGB (Red+Green+Blue) = 234+89+186=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59BA is #15A645. Grayscale: #8F8F8F. Windows color (decimal): -1418822 or 12212714. OLE color: 12212714.

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

Color convert

RGB 234 89 186 -
CMYK 0 0.62 0.21 0.08
HSL 319.86º 0.78% 0.63% -
HSV(B) 319.86º 0.62% 0.92% -
XYZ 46.37 28.18 49.45 -
YUV 143.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 234 89 186 0 0.62 0.21 0.08 319.86 0.78 0.63
Hex EA 59 BA 0 3E 15 8 140 4E 3F
Octal 352 131 272 0 76 25 10 500 116 77
Binary 11101010 1011001 10111010 0 111110 10101 1000 101000000 1001110 111111

Color Harmonies of #EA59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59BA

Black with #EA59BA

Text Example


Text Example

White with #EA59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59BA; }

 p { color: rgb(234,89,186); }

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

background-color css

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

 a { background-color: rgb(234,89,186); }

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

border-color css

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

 span { border-color: rgb(234,89,186); }

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