Html Css Color HEX #E12AB8 Spicy Pink

📋 copy color: '#E12AB8'

red 225 ◦ green 42 ◦ blue 184

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

Shades of Spicy Pink #E12AB8

Tints of Spicy Pink #E12AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 49.89%
G = 9.31%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E12AB8 (or 0xE12AB8) is known color: Spicy Pink. HEX triplet: E1, 2A and B8. RGB value is (225,42,184). Sum of RGB (Red+Green+Blue) = 225+42+184=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AB8 is #1ED547. Grayscale: #707070. Windows color (decimal): -2020680 or 12069601. OLE color: 12069601.

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

Color convert

RGB 225 42 184 -
CMYK 0 0.81 0.18 0.12
HSL 313.44º 0.75% 0.52% -
HSV(B) 313.44º 0.81% 0.88% -
XYZ 40.53 21.12 47.29 -
YUV 112.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 225 42 184 0 0.81 0.18 0.12 313.44 0.75 0.52
Hex E1 2A B8 0 51 12 C 139 4B 34
Octal 341 52 270 0 121 22 14 471 113 64
Binary 11100001 101010 10111000 0 1010001 10010 1100 100111001 1001011 110100

Color Harmonies of #E12AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AB8

Black with #E12AB8

Text Example


Text Example

White with #E12AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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