Html Css Color HEX #EA63BA Hot Pink

📋 copy color: '#EA63BA'

red 234 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #EA63BA

Tints of Hot Pink #EA63BA

RGB

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

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

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

R = 45.09%
G = 19.08%
B = 35.84%

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

#EA63BA (or 0xEA63BA) is known color: Hot Pink. HEX triplet: EA, 63 and BA. RGB value is (234,99,186). Sum of RGB (Red+Green+Blue) = 234+99+186=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63BA is #159C45. Grayscale: #959595. Windows color (decimal): -1416262 or 12215274. OLE color: 12215274.

HSL color Cylindrical-coordinate representation of color #EA63BA: hue angle of 321.33º degrees, saturation: 0.76, 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 #EA63BA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 186 -
CMYK 0 0.58 0.21 0.08
HSL 321.33º 0.76% 0.65% -
HSV(B) 321.33º 0.58% 0.92% -
XYZ 47.26 29.96 49.75 -
YUV 149.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 234 99 186 0 0.58 0.21 0.08 321.33 0.76 0.65
Hex EA 63 BA 0 3A 15 8 141 4C 41
Octal 352 143 272 0 72 25 10 501 114 101
Binary 11101010 1100011 10111010 0 111010 10101 1000 101000001 1001100 1000001

Color Harmonies of #EA63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63BA

Black with #EA63BA

Text Example


Text Example

White with #EA63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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