Html Css Color HEX #E729B0 Spicy Pink

📋 copy color: '#E729B0'

red 231 ◦ green 41 ◦ blue 176

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

Shades of Spicy Pink #E729B0

Tints of Spicy Pink #E729B0

RGB

 RED value IS 231 (90.63% from 255) = 51.56%

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

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 51.56%
G = 9.15%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E729B0 (or 0xE729B0) is known color: Spicy Pink. HEX triplet: E7, 29 and B0. RGB value is (231,41,176). Sum of RGB (Red+Green+Blue) = 231+41+176=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E729B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E729B0 is #18D64F. Grayscale: #707070. Windows color (decimal): -1627728 or 11545063. OLE color: 11545063.

HSL color Cylindrical-coordinate representation of color #E729B0: hue angle of 317.37º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E729B0 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 41 176 -
CMYK 0 0.82 0.24 0.09
HSL 317.37º 0.8% 0.53% -
HSV(B) 317.37º 0.82% 0.91% -
XYZ 41.58 21.71 43.07 -
YUV 113.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 231 41 176 0 0.82 0.24 0.09 317.37 0.8 0.53
Hex E7 29 B0 0 52 18 9 13D 50 35
Octal 347 51 260 0 122 30 11 475 120 65
Binary 11100111 101001 10110000 0 1010010 11000 1001 100111101 1010000 110101

Color Harmonies of #E729B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729B0

Black with #E729B0

Text Example


Text Example

White with #E729B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729B0; }

 p { color: rgb(231,41,176); }

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

background-color css

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

 a { background-color: rgb(231,41,176); }

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

border-color css

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

 span { border-color: rgb(231,41,176); }

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