Html Css Color HEX #EA29B2 Spicy Pink

📋 copy color: '#EA29B2'

red 234 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #EA29B2

Tints of Spicy Pink #EA29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 51.66%
G = 9.05%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA29B2 (or 0xEA29B2) is known color: Spicy Pink. HEX triplet: EA, 29 and B2. RGB value is (234,41,178). Sum of RGB (Red+Green+Blue) = 234+41+178=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA29B2 is #15D64D. Grayscale: #717171. Windows color (decimal): -1431118 or 11676138. OLE color: 11676138.

HSL color Cylindrical-coordinate representation of color #EA29B2: hue angle of 317.41º 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 #EA29B2 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 178 -
CMYK 0 0.82 0.24 0.08
HSL 317.41º 0.82% 0.54% -
HSV(B) 317.41º 0.82% 0.92% -
XYZ 42.76 22.29 44.17 -
YUV 114.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 234 41 178 0 0.82 0.24 0.08 317.41 0.82 0.54
Hex EA 29 B2 0 52 18 8 13D 52 36
Octal 352 51 262 0 122 30 10 475 122 66
Binary 11101010 101001 10110010 0 1010010 11000 1000 100111101 1010010 110110

Color Harmonies of #EA29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29B2

Black with #EA29B2

Text Example


Text Example

White with #EA29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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