Html Css Color HEX #EA21AF Spicy Pink

📋 copy color: '#EA21AF'

red 234 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #EA21AF

Tints of Spicy Pink #EA21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.47%

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

R = 52.94%
G = 7.47%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA21AF (or 0xEA21AF) is known color: Spicy Pink. HEX triplet: EA, 21 and AF. RGB value is (234,33,175). Sum of RGB (Red+Green+Blue) = 234+33+175=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA21AF is #15DE50. Grayscale: #6C6C6C. Windows color (decimal): -1433169 or 11477482. OLE color: 11477482.

HSL color Cylindrical-coordinate representation of color #EA21AF: hue angle of 317.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA21AF is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 175 -
CMYK 0 0.86 0.25 0.08
HSL 317.61º 0.83% 0.52% -
HSV(B) 317.61º 0.86% 0.92% -
XYZ 42.21 21.68 42.52 -
YUV 109.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 234 33 175 0 0.86 0.25 0.08 317.61 0.83 0.52
Hex EA 21 AF 0 56 19 8 13E 53 34
Octal 352 41 257 0 126 31 10 476 123 64
Binary 11101010 100001 10101111 0 1010110 11001 1000 100111110 1010011 110100

Color Harmonies of #EA21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA21AF

Black with #EA21AF

Text Example


Text Example

White with #EA21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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