Html Css Color HEX #EB28BA Spicy Pink

📋 copy color: '#EB28BA'

red 235 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #EB28BA

Tints of Spicy Pink #EB28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 50.98%
G = 8.68%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB28BA (or 0xEB28BA) is known color: Spicy Pink. HEX triplet: EB, 28 and BA. RGB value is (235,40,186). Sum of RGB (Red+Green+Blue) = 235+40+186=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28BA is #14D745. Grayscale: #727272. Windows color (decimal): -1365830 or 12200171. OLE color: 12200171.

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

Color convert

RGB 235 40 186 -
CMYK 0 0.83 0.21 0.08
HSL 315.08º 0.83% 0.54% -
HSV(B) 315.08º 0.83% 0.92% -
XYZ 43.88 22.72 48.53 -
YUV 114.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 235 40 186 0 0.83 0.21 0.08 315.08 0.83 0.54
Hex EB 28 BA 0 53 15 8 13B 53 36
Octal 353 50 272 0 123 25 10 473 123 66
Binary 11101011 101000 10111010 0 1010011 10101 1000 100111011 1010011 110110

Color Harmonies of #EB28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28BA

Black with #EB28BA

Text Example


Text Example

White with #EB28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28BA; }

 p { color: rgb(235,40,186); }

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

background-color css

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

 a { background-color: rgb(235,40,186); }

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

border-color css

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

 span { border-color: rgb(235,40,186); }

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