Html Css Color HEX #EA21B7 Spicy Pink

📋 copy color: '#EA21B7'

red 234 ◦ green 33 ◦ blue 183

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

Shades of Spicy Pink #EA21B7

Tints of Spicy Pink #EA21B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 52%
G = 7.33%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA21B7 (or 0xEA21B7) is known color: Spicy Pink. HEX triplet: EA, 21 and B7. RGB value is (234,33,183). Sum of RGB (Red+Green+Blue) = 234+33+183=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA21B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA21B7 is #15DE48. Grayscale: #6D6D6D. Windows color (decimal): -1433161 or 12001770. OLE color: 12001770.

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

Color convert

RGB 234 33 183 -
CMYK 0 0.86 0.22 0.08
HSL 315.22º 0.83% 0.52% -
HSV(B) 315.22º 0.86% 0.92% -
XYZ 43.02 22 46.78 -
YUV 110.2 169.09 216.3 -
System Red Green Blue C M Y K H S L
Decimal 234 33 183 0 0.86 0.22 0.08 315.22 0.83 0.52
Hex EA 21 B7 0 56 16 8 13B 53 34
Octal 352 41 267 0 126 26 10 473 123 64
Binary 11101010 100001 10110111 0 1010110 10110 1000 100111011 1010011 110100

Color Harmonies of #EA21B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA21B7

Black with #EA21B7

Text Example


Text Example

White with #EA21B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA21B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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