Html Css Color HEX #E12EB2 Spicy Pink

📋 copy color: '#E12EB2'

red 225 ◦ green 46 ◦ blue 178

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

Shades of Spicy Pink #E12EB2

Tints of Spicy Pink #E12EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.24%

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 50.11%
G = 10.24%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E12EB2 (or 0xE12EB2) is known color: Spicy Pink. HEX triplet: E1, 2E and B2. RGB value is (225,46,178). Sum of RGB (Red+Green+Blue) = 225+46+178=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12EB2 is #1ED14D. Grayscale: #727272. Windows color (decimal): -2019662 or 11677409. OLE color: 11677409.

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

Color convert

RGB 225 46 178 -
CMYK 0 0.80 0.21 0.12
HSL 315.75º 0.75% 0.53% -
HSV(B) 315.75º 0.8% 0.88% -
XYZ 40.06 21.18 44.1 -
YUV 114.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 225 46 178 0 0.80 0.21 0.12 315.75 0.75 0.53
Hex E1 2E B2 0 50 15 C 13C 4B 35
Octal 341 56 262 0 120 25 14 474 113 65
Binary 11100001 101110 10110010 0 1010000 10101 1100 100111100 1001011 110101

Color Harmonies of #E12EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EB2

Black with #E12EB2

Text Example


Text Example

White with #E12EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EB2; }

 p { color: rgb(225,46,178); }

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

background-color css

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

 a { background-color: rgb(225,46,178); }

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

border-color css

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

 span { border-color: rgb(225,46,178); }

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