Html Css Color HEX #E029B1 Spicy Pink

📋 copy color: '#E029B1'

red 224 ◦ green 41 ◦ blue 177

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

Shades of Spicy Pink #E029B1

Tints of Spicy Pink #E029B1

RGB

 RED value IS 224 (87.89% from 255) = 50.68%

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 50.68%
G = 9.28%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E029B1 (or 0xE029B1) is known color: Spicy Pink. HEX triplet: E0, 29 and B1. RGB value is (224,41,177). Sum of RGB (Red+Green+Blue) = 224+41+177=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E029B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E029B1 is #1FD64E. Grayscale: #6E6E6E. Windows color (decimal): -2086479 or 11610592. OLE color: 11610592.

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

Color convert

RGB 224 41 177 -
CMYK 0 0.82 0.21 0.12
HSL 315.41º 0.75% 0.52% -
HSV(B) 315.41º 0.82% 0.88% -
XYZ 39.47 20.61 43.49 -
YUV 111.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 224 41 177 0 0.82 0.21 0.12 315.41 0.75 0.52
Hex E0 29 B1 0 52 15 C 13B 4B 34
Octal 340 51 261 0 122 25 14 473 113 64
Binary 11100000 101001 10110001 0 1010010 10101 1100 100111011 1001011 110100

Color Harmonies of #E029B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029B1

Black with #E029B1

Text Example


Text Example

White with #E029B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029B1; }

 p { color: rgb(224,41,177); }

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

background-color css

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

 a { background-color: rgb(224,41,177); }

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

border-color css

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

 span { border-color: rgb(224,41,177); }

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