Html Css Color HEX #E12BAF Spicy Pink

📋 copy color: '#E12BAF'

red 225 ◦ green 43 ◦ blue 175

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

Shades of Spicy Pink #E12BAF

Tints of Spicy Pink #E12BAF

RGB

 RED value IS 225 (88.28% from 255) = 50.79%

 GREEN value IS 43 (17.19% from 255) = 9.71%

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

R = 50.79%
G = 9.71%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E12BAF (or 0xE12BAF) is known color: Spicy Pink. HEX triplet: E1, 2B and AF. RGB value is (225,43,175). Sum of RGB (Red+Green+Blue) = 225+43+175=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BAF is #1ED450. Grayscale: #707070. Windows color (decimal): -2020433 or 11480033. OLE color: 11480033.

HSL color Cylindrical-coordinate representation of color #E12BAF: hue angle of 316.48º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BAF is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 43 175 -
CMYK 0 0.81 0.22 0.12
HSL 316.48º 0.75% 0.53% -
HSV(B) 316.48º 0.81% 0.88% -
XYZ 39.65 20.83 42.49 -
YUV 112.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 225 43 175 0 0.81 0.22 0.12 316.48 0.75 0.53
Hex E1 2B AF 0 51 16 C 13C 4B 35
Octal 341 53 257 0 121 26 14 474 113 65
Binary 11100001 101011 10101111 0 1010001 10110 1100 100111100 1001011 110101

Color Harmonies of #E12BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BAF

Black with #E12BAF

Text Example


Text Example

White with #E12BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BAF; }

 p { color: rgb(225,43,175); }

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

background-color css

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

 a { background-color: rgb(225,43,175); }

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

border-color css

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

 span { border-color: rgb(225,43,175); }

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