Html Css Color HEX #E829AD Persian Rose

📋 copy color: '#E829AD'

red 232 ◦ green 41 ◦ blue 173

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

Shades of Persian Rose #E829AD

Tints of Persian Rose #E829AD

RGB

 RED value IS 232 (91.02% from 255) = 52.02%

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 52.02%
G = 9.19%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E829AD (or 0xE829AD) is known color: Persian Rose. HEX triplet: E8, 29 and AD. RGB value is (232,41,173). Sum of RGB (Red+Green+Blue) = 232+41+173=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E829AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829AD is #17D652. Grayscale: #707070. Windows color (decimal): -1562195 or 11348456. OLE color: 11348456.

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

Color convert

RGB 232 41 173 -
CMYK 0 0.82 0.25 0.09
HSL 318.53º 0.81% 0.54% -
HSV(B) 318.53º 0.82% 0.91% -
XYZ 41.61 21.76 41.54 -
YUV 113.16 161.78 212.77 -
System Red Green Blue C M Y K H S L
Decimal 232 41 173 0 0.82 0.25 0.09 318.53 0.81 0.54
Hex E8 29 AD 0 52 19 9 13F 51 36
Octal 350 51 255 0 122 31 11 477 121 66
Binary 11101000 101001 10101101 0 1010010 11001 1001 100111111 1010001 110110

Color Harmonies of #E829AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829AD

Black with #E829AD

Text Example


Text Example

White with #E829AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829AD; }

 p { color: rgb(232,41,173); }

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

background-color css

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

 a { background-color: rgb(232,41,173); }

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

border-color css

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

 span { border-color: rgb(232,41,173); }

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