Html Css Color HEX #EB15AF Spicy Pink

📋 copy color: '#EB15AF'

red 235 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #EB15AF

Tints of Spicy Pink #EB15AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 54.52%
G = 4.87%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB15AF (or 0xEB15AF) is known color: Spicy Pink. HEX triplet: EB, 15 and AF. RGB value is (235,21,175). Sum of RGB (Red+Green+Blue) = 235+21+175=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15AF is #14EA50. Grayscale: #666666. Windows color (decimal): -1370705 or 11474411. OLE color: 11474411.

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

Color convert

RGB 235 21 175 -
CMYK 0 0.91 0.26 0.08
HSL 316.82º 0.84% 0.5% -
HSV(B) 316.82º 0.91% 0.92% -
XYZ 42.27 21.29 42.44 -
YUV 102.54 168.9 222.48 -
System Red Green Blue C M Y K H S L
Decimal 235 21 175 0 0.91 0.26 0.08 316.82 0.84 0.5
Hex EB 15 AF 0 5B 1A 8 13D 54 32
Octal 353 25 257 0 133 32 10 475 124 62
Binary 11101011 10101 10101111 0 1011011 11010 1000 100111101 1010100 110010

Color Harmonies of #EB15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15AF

Black with #EB15AF

Text Example


Text Example

White with #EB15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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