Html Css Color HEX #EB23BA Spicy Pink

📋 copy color: '#EB23BA'

red 235 ◦ green 35 ◦ blue 186

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

Shades of Spicy Pink #EB23BA

Tints of Spicy Pink #EB23BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.68%

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

R = 51.54%
G = 7.68%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB23BA (or 0xEB23BA) is known color: Spicy Pink. HEX triplet: EB, 23 and BA. RGB value is (235,35,186). Sum of RGB (Red+Green+Blue) = 235+35+186=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB23BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB23BA is #14DC45. Grayscale: #6F6F6F. Windows color (decimal): -1367110 or 12198891. OLE color: 12198891.

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

Color convert

RGB 235 35 186 -
CMYK 0 0.85 0.21 0.08
HSL 314.7º 0.83% 0.53% -
HSV(B) 314.7º 0.85% 0.92% -
XYZ 43.72 22.41 48.48 -
YUV 112.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 235 35 186 0 0.85 0.21 0.08 314.7 0.83 0.53
Hex EB 23 BA 0 55 15 8 13B 53 35
Octal 353 43 272 0 125 25 10 473 123 65
Binary 11101011 100011 10111010 0 1010101 10101 1000 100111011 1010011 110101

Color Harmonies of #EB23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB23BA

Black with #EB23BA

Text Example


Text Example

White with #EB23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB23BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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