Html Css Color HEX #E121AF Spicy Pink

📋 copy color: '#E121AF'

red 225 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #E121AF

Tints of Spicy Pink #E121AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 51.96%
G = 7.62%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E121AF (or 0xE121AF) is known color: Spicy Pink. HEX triplet: E1, 21 and AF. RGB value is (225,33,175). Sum of RGB (Red+Green+Blue) = 225+33+175=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E121AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E121AF is #1EDE50. Grayscale: #6A6A6A. Windows color (decimal): -2022993 or 11477473. OLE color: 11477473.

HSL color Cylindrical-coordinate representation of color #E121AF: hue angle of 315.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121AF is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 175 -
CMYK 0 0.85 0.22 0.12
HSL 315.63º 0.76% 0.51% -
HSV(B) 315.63º 0.85% 0.88% -
XYZ 39.33 20.19 42.38 -
YUV 106.6 166.61 212.45 -
System Red Green Blue C M Y K H S L
Decimal 225 33 175 0 0.85 0.22 0.12 315.63 0.76 0.51
Hex E1 21 AF 0 55 16 C 13C 4C 33
Octal 341 41 257 0 125 26 14 474 114 63
Binary 11100001 100001 10101111 0 1010101 10110 1100 100111100 1001100 110011

Color Harmonies of #E121AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121AF

Black with #E121AF

Text Example


Text Example

White with #E121AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121AF; }

 p { color: rgb(225,33,175); }

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

background-color css

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

 a { background-color: rgb(225,33,175); }

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

border-color css

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

 span { border-color: rgb(225,33,175); }

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