Html Css Color HEX #E129AF Spicy Pink

📋 copy color: '#E129AF'

red 225 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #E129AF

Tints of Spicy Pink #E129AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.3%

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

R = 51.02%
G = 9.3%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E129AF (or 0xE129AF) is known color: Spicy Pink. HEX triplet: E1, 29 and AF. RGB value is (225,41,175). Sum of RGB (Red+Green+Blue) = 225+41+175=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E129AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E129AF is #1ED650. Grayscale: #6E6E6E. Windows color (decimal): -2020945 or 11479521. OLE color: 11479521.

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

Color convert

RGB 225 41 175 -
CMYK 0 0.82 0.22 0.12
HSL 316.3º 0.75% 0.52% -
HSV(B) 316.3º 0.82% 0.88% -
XYZ 39.58 20.69 42.46 -
YUV 111.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 225 41 175 0 0.82 0.22 0.12 316.3 0.75 0.52
Hex E1 29 AF 0 52 16 C 13C 4B 34
Octal 341 51 257 0 122 26 14 474 113 64
Binary 11100001 101001 10101111 0 1010010 10110 1100 100111100 1001011 110100

Color Harmonies of #E129AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129AF

Black with #E129AF

Text Example


Text Example

White with #E129AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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