Html Css Color HEX #E12CB4 Spicy Pink

📋 copy color: '#E12CB4'

red 225 ◦ green 44 ◦ blue 180

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

Shades of Spicy Pink #E12CB4

Tints of Spicy Pink #E12CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 50.11%
G = 9.8%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E12CB4 (or 0xE12CB4) is known color: Spicy Pink. HEX triplet: E1, 2C and B4. RGB value is (225,44,180). Sum of RGB (Red+Green+Blue) = 225+44+180=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CB4 is #1ED34B. Grayscale: #717171. Windows color (decimal): -2020172 or 11807969. OLE color: 11807969.

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

Color convert

RGB 225 44 180 -
CMYK 0 0.80 0.2 0.12
HSL 314.92º 0.75% 0.53% -
HSV(B) 314.92º 0.8% 0.88% -
XYZ 40.19 21.1 45.14 -
YUV 113.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 225 44 180 0 0.80 0.2 0.12 314.92 0.75 0.53
Hex E1 2C B4 0 50 14 C 13B 4B 35
Octal 341 54 264 0 120 24 14 473 113 65
Binary 11100001 101100 10110100 0 1010000 10100 1100 100111011 1001011 110101

Color Harmonies of #E12CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CB4

Black with #E12CB4

Text Example


Text Example

White with #E12CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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