Html Css Color HEX #EB21A8 Spicy Pink

📋 copy color: '#EB21A8'

red 235 ◦ green 33 ◦ blue 168

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

Shades of Spicy Pink #EB21A8

Tints of Spicy Pink #EB21A8

RGB

 RED value IS 235 (92.19% from 255) = 53.9%

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

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 53.9%
G = 7.57%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB21A8 (or 0xEB21A8) is known color: Spicy Pink. HEX triplet: EB, 21 and A8. RGB value is (235,33,168). Sum of RGB (Red+Green+Blue) = 235+33+168=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB21A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB21A8 is #14DE57. Grayscale: #6C6C6C. Windows color (decimal): -1367640 or 11018731. OLE color: 11018731.

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

Color convert

RGB 235 33 168 -
CMYK 0 0.86 0.29 0.08
HSL 319.9º 0.83% 0.53% -
HSV(B) 319.9º 0.86% 0.92% -
XYZ 41.87 21.58 39 -
YUV 108.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 235 33 168 0 0.86 0.29 0.08 319.9 0.83 0.53
Hex EB 21 A8 0 56 1D 8 140 53 35
Octal 353 41 250 0 126 35 10 500 123 65
Binary 11101011 100001 10101000 0 1010110 11101 1000 101000000 1010011 110101

Color Harmonies of #EB21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB21A8

Black with #EB21A8

Text Example


Text Example

White with #EB21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB21A8; }

 p { color: rgb(235,33,168); }

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

background-color css

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

 a { background-color: rgb(235,33,168); }

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

border-color css

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

 span { border-color: rgb(235,33,168); }

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