Html Css Color HEX #EB14AF Spicy Pink

📋 copy color: '#EB14AF'

red 235 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #EB14AF

Tints of Spicy Pink #EB14AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.65%

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

R = 54.65%
G = 4.65%
B = 40.7%

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

#EB14AF (or 0xEB14AF) is known color: Spicy Pink. HEX triplet: EB, 14 and AF. RGB value is (235,20,175). Sum of RGB (Red+Green+Blue) = 235+20+175=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB14AF is #14EB50. Grayscale: #656565. Windows color (decimal): -1370961 or 11474155. OLE color: 11474155.

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

Color convert

RGB 235 20 175 -
CMYK 0 0.91 0.26 0.08
HSL 316.74º 0.84% 0.5% -
HSV(B) 316.74º 0.91% 0.92% -
XYZ 42.25 21.26 42.43 -
YUV 101.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 235 20 175 0 0.91 0.26 0.08 316.74 0.84 0.5
Hex EB 14 AF 0 5B 1A 8 13D 54 32
Octal 353 24 257 0 133 32 10 475 124 62
Binary 11101011 10100 10101111 0 1011011 11010 1000 100111101 1010100 110010

Color Harmonies of #EB14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB14AF

Black with #EB14AF

Text Example


Text Example

White with #EB14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB14AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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