Html Css Color HEX #EA25AB Spicy Pink

📋 copy color: '#EA25AB'

red 234 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #EA25AB

Tints of Spicy Pink #EA25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.37%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 52.94%
G = 8.37%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA25AB (or 0xEA25AB) is known color: Spicy Pink. HEX triplet: EA, 25 and AB. RGB value is (234,37,171). Sum of RGB (Red+Green+Blue) = 234+37+171=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA25AB is #15DA54. Grayscale: #6E6E6E. Windows color (decimal): -1432149 or 11216362. OLE color: 11216362.

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

Color convert

RGB 234 37 171 -
CMYK 0 0.84 0.27 0.08
HSL 319.19º 0.82% 0.53% -
HSV(B) 319.19º 0.84% 0.92% -
XYZ 41.94 21.76 40.52 -
YUV 111.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 234 37 171 0 0.84 0.27 0.08 319.19 0.82 0.53
Hex EA 25 AB 0 54 1B 8 13F 52 35
Octal 352 45 253 0 124 33 10 477 122 65
Binary 11101010 100101 10101011 0 1010100 11011 1000 100111111 1010010 110101

Color Harmonies of #EA25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25AB

Black with #EA25AB

Text Example


Text Example

White with #EA25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25AB; }

 p { color: rgb(234,37,171); }

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

background-color css

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

 a { background-color: rgb(234,37,171); }

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

border-color css

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

 span { border-color: rgb(234,37,171); }

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