Html Css Color HEX #EB20A8 Spicy Pink

📋 copy color: '#EB20A8'

red 235 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #EB20A8

Tints of Spicy Pink #EB20A8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

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

R = 54.02%
G = 7.36%
B = 38.62%

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

#EB20A8 (or 0xEB20A8) is known color: Spicy Pink. HEX triplet: EB, 20 and A8. RGB value is (235,32,168). Sum of RGB (Red+Green+Blue) = 235+32+168=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB20A8 is #14DF57. Grayscale: #6B6B6B. Windows color (decimal): -1367896 or 11018475. OLE color: 11018475.

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

Color convert

RGB 235 32 168 -
CMYK 0 0.86 0.29 0.08
HSL 319.8º 0.84% 0.52% -
HSV(B) 319.8º 0.86% 0.92% -
XYZ 41.85 21.52 38.99 -
YUV 108.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 235 32 168 0 0.86 0.29 0.08 319.8 0.84 0.52
Hex EB 20 A8 0 56 1D 8 140 54 34
Octal 353 40 250 0 126 35 10 500 124 64
Binary 11101011 100000 10101000 0 1010110 11101 1000 101000000 1010100 110100

Color Harmonies of #EB20A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20A8

Black with #EB20A8

Text Example


Text Example

White with #EB20A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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