Html Css Color HEX #E12CB2 Spicy Pink

📋 copy color: '#E12CB2'

red 225 ◦ green 44 ◦ blue 178

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

Shades of Spicy Pink #E12CB2

Tints of Spicy Pink #E12CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.84%

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

R = 50.34%
G = 9.84%
B = 39.82%

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

#E12CB2 (or 0xE12CB2) is known color: Spicy Pink. HEX triplet: E1, 2C and B2. RGB value is (225,44,178). Sum of RGB (Red+Green+Blue) = 225+44+178=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12CB2 is #1ED34D. Grayscale: #717171. Windows color (decimal): -2020174 or 11676897. OLE color: 11676897.

HSL color Cylindrical-coordinate representation of color #E12CB2: hue angle of 315.58º 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 #E12CB2 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 44 178 -
CMYK 0 0.80 0.21 0.12
HSL 315.58º 0.75% 0.53% -
HSV(B) 315.58º 0.8% 0.88% -
XYZ 39.99 21.02 44.07 -
YUV 113.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 225 44 178 0 0.80 0.21 0.12 315.58 0.75 0.53
Hex E1 2C B2 0 50 15 C 13C 4B 35
Octal 341 54 262 0 120 25 14 474 113 65
Binary 11100001 101100 10110010 0 1010000 10101 1100 100111100 1001011 110101

Color Harmonies of #E12CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CB2

Black with #E12CB2

Text Example


Text Example

White with #E12CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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