Html Css Color HEX #E12FB4 Spicy Pink

📋 copy color: '#E12FB4'

red 225 ◦ green 47 ◦ blue 180

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

Shades of Spicy Pink #E12FB4

Tints of Spicy Pink #E12FB4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

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

R = 49.78%
G = 10.4%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E12FB4 (or 0xE12FB4) is known color: Spicy Pink. HEX triplet: E1, 2F and B4. RGB value is (225,47,180). Sum of RGB (Red+Green+Blue) = 225+47+180=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FB4 is #1ED04B. Grayscale: #737373. Windows color (decimal): -2019404 or 11808737. OLE color: 11808737.

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

Color convert

RGB 225 47 180 -
CMYK 0 0.79 0.2 0.12
HSL 315.17º 0.75% 0.53% -
HSV(B) 315.17º 0.79% 0.88% -
XYZ 40.31 21.34 45.17 -
YUV 115.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 225 47 180 0 0.79 0.2 0.12 315.17 0.75 0.53
Hex E1 2F B4 0 4F 14 C 13B 4B 35
Octal 341 57 264 0 117 24 14 473 113 65
Binary 11100001 101111 10110100 0 1001111 10100 1100 100111011 1001011 110101

Color Harmonies of #E12FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FB4

Black with #E12FB4

Text Example


Text Example

White with #E12FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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