Html Css Color HEX #EA29BA Spicy Pink

📋 copy color: '#EA29BA'

red 234 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #EA29BA

Tints of Spicy Pink #EA29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.89%

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

R = 50.76%
G = 8.89%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA29BA (or 0xEA29BA) is known color: Spicy Pink. HEX triplet: EA, 29 and BA. RGB value is (234,41,186). Sum of RGB (Red+Green+Blue) = 234+41+186=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA29BA is #15D645. Grayscale: #727272. Windows color (decimal): -1431110 or 12200426. OLE color: 12200426.

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

Color convert

RGB 234 41 186 -
CMYK 0 0.82 0.21 0.08
HSL 314.92º 0.82% 0.54% -
HSV(B) 314.92º 0.82% 0.92% -
XYZ 43.59 22.62 48.52 -
YUV 115.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 234 41 186 0 0.82 0.21 0.08 314.92 0.82 0.54
Hex EA 29 BA 0 52 15 8 13B 52 36
Octal 352 51 272 0 122 25 10 473 122 66
Binary 11101010 101001 10111010 0 1010010 10101 1000 100111011 1010010 110110

Color Harmonies of #EA29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29BA

Black with #EA29BA

Text Example


Text Example

White with #EA29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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