Html Css Color HEX #E12AB5 Spicy Pink

📋 copy color: '#E12AB5'

red 225 ◦ green 42 ◦ blue 181

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

Shades of Spicy Pink #E12AB5

Tints of Spicy Pink #E12AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.38%

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 50.22%
G = 9.38%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E12AB5 (or 0xE12AB5) is known color: Spicy Pink. HEX triplet: E1, 2A and B5. RGB value is (225,42,181). Sum of RGB (Red+Green+Blue) = 225+42+181=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AB5 is #1ED54A. Grayscale: #707070. Windows color (decimal): -2020683 or 11872993. OLE color: 11872993.

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

Color convert

RGB 225 42 181 -
CMYK 0 0.81 0.20 0.12
HSL 314.43º 0.75% 0.52% -
HSV(B) 314.43º 0.81% 0.88% -
XYZ 40.22 21 45.65 -
YUV 112.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 225 42 181 0 0.81 0.20 0.12 314.43 0.75 0.52
Hex E1 2A B5 0 51 14 C 13A 4B 34
Octal 341 52 265 0 121 24 14 472 113 64
Binary 11100001 101010 10110101 0 1010001 10100 1100 100111010 1001011 110100

Color Harmonies of #E12AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AB5

Black with #E12AB5

Text Example


Text Example

White with #E12AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AB5; }

 p { color: rgb(225,42,181); }

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

background-color css

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

 a { background-color: rgb(225,42,181); }

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

border-color css

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

 span { border-color: rgb(225,42,181); }

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