Html Css Color HEX #EB28B2 Spicy Pink

📋 copy color: '#EB28B2'

red 235 ◦ green 40 ◦ blue 178

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

Shades of Spicy Pink #EB28B2

Tints of Spicy Pink #EB28B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 51.88%
G = 8.83%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB28B2 (or 0xEB28B2) is known color: Spicy Pink. HEX triplet: EB, 28 and B2. RGB value is (235,40,178). Sum of RGB (Red+Green+Blue) = 235+40+178=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB28B2 is #14D74D. Grayscale: #717171. Windows color (decimal): -1365838 or 11675883. OLE color: 11675883.

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

Color convert

RGB 235 40 178 -
CMYK 0 0.83 0.24 0.08
HSL 317.54º 0.83% 0.54% -
HSV(B) 317.54º 0.83% 0.92% -
XYZ 43.06 22.39 44.17 -
YUV 114.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 235 40 178 0 0.83 0.24 0.08 317.54 0.83 0.54
Hex EB 28 B2 0 53 18 8 13E 53 36
Octal 353 50 262 0 123 30 10 476 123 66
Binary 11101011 101000 10110010 0 1010011 11000 1000 100111110 1010011 110110

Color Harmonies of #EB28B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28B2

Black with #EB28B2

Text Example


Text Example

White with #EB28B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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