Html Css Color HEX #EA29AF Spicy Pink

📋 copy color: '#EA29AF'

red 234 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #EA29AF

Tints of Spicy Pink #EA29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 52%
G = 9.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA29AF (or 0xEA29AF) is known color: Spicy Pink. HEX triplet: EA, 29 and AF. RGB value is (234,41,175). Sum of RGB (Red+Green+Blue) = 234+41+175=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA29AF is #15D650. Grayscale: #717171. Windows color (decimal): -1431121 or 11479530. OLE color: 11479530.

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

Color convert

RGB 234 41 175 -
CMYK 0 0.82 0.25 0.08
HSL 318.34º 0.82% 0.54% -
HSV(B) 318.34º 0.82% 0.92% -
XYZ 42.46 22.17 42.6 -
YUV 113.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 234 41 175 0 0.82 0.25 0.08 318.34 0.82 0.54
Hex EA 29 AF 0 52 19 8 13E 52 36
Octal 352 51 257 0 122 31 10 476 122 66
Binary 11101010 101001 10101111 0 1010010 11001 1000 100111110 1010010 110110

Color Harmonies of #EA29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29AF

Black with #EA29AF

Text Example


Text Example

White with #EA29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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