Html Css Color HEX #E124AF Spicy Pink

📋 copy color: '#E124AF'

red 225 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #E124AF

Tints of Spicy Pink #E124AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.26%

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

R = 51.61%
G = 8.26%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E124AF (or 0xE124AF) is known color: Spicy Pink. HEX triplet: E1, 24 and AF. RGB value is (225,36,175). Sum of RGB (Red+Green+Blue) = 225+36+175=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E124AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E124AF is #1EDB50. Grayscale: #6B6B6B. Windows color (decimal): -2022225 or 11478241. OLE color: 11478241.

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

Color convert

RGB 225 36 175 -
CMYK 0 0.84 0.22 0.12
HSL 315.87º 0.76% 0.51% -
HSV(B) 315.87º 0.84% 0.88% -
XYZ 39.42 20.36 42.41 -
YUV 108.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 225 36 175 0 0.84 0.22 0.12 315.87 0.76 0.51
Hex E1 24 AF 0 54 16 C 13C 4C 33
Octal 341 44 257 0 124 26 14 474 114 63
Binary 11100001 100100 10101111 0 1010100 10110 1100 100111100 1001100 110011

Color Harmonies of #E124AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124AF

Black with #E124AF

Text Example


Text Example

White with #E124AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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