Html Css Color HEX #EB15B0 Spicy Pink

📋 copy color: '#EB15B0'

red 235 ◦ green 21 ◦ blue 176

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

Shades of Spicy Pink #EB15B0

Tints of Spicy Pink #EB15B0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.86%

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 54.4%
G = 4.86%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB15B0 (or 0xEB15B0) is known color: Spicy Pink. HEX triplet: EB, 15 and B0. RGB value is (235,21,176). Sum of RGB (Red+Green+Blue) = 235+21+176=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15B0 is #14EA4F. Grayscale: #666666. Windows color (decimal): -1370704 or 11539947. OLE color: 11539947.

HSL color Cylindrical-coordinate representation of color #EB15B0: hue angle of 316.54º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB15B0 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 21 176 -
CMYK 0 0.91 0.25 0.08
HSL 316.54º 0.84% 0.5% -
HSV(B) 316.54º 0.91% 0.92% -
XYZ 42.37 21.33 42.96 -
YUV 102.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 235 21 176 0 0.91 0.25 0.08 316.54 0.84 0.5
Hex EB 15 B0 0 5B 19 8 13D 54 32
Octal 353 25 260 0 133 31 10 475 124 62
Binary 11101011 10101 10110000 0 1011011 11001 1000 100111101 1010100 110010

Color Harmonies of #EB15B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15B0

Black with #EB15B0

Text Example


Text Example

White with #EB15B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15B0; }

 p { color: rgb(235,21,176); }

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

background-color css

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

 a { background-color: rgb(235,21,176); }

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

border-color css

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

 span { border-color: rgb(235,21,176); }

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