Html Css Color HEX #E829AC Persian Rose

📋 copy color: '#E829AC'

red 232 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #E829AC

Tints of Persian Rose #E829AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 52.13%
G = 9.21%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E829AC (or 0xE829AC) is known color: Persian Rose. HEX triplet: E8, 29 and AC. RGB value is (232,41,172). Sum of RGB (Red+Green+Blue) = 232+41+172=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E829AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829AC is #17D653. Grayscale: #707070. Windows color (decimal): -1562196 or 11282920. OLE color: 11282920.

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

Color convert

RGB 232 41 172 -
CMYK 0 0.82 0.26 0.09
HSL 318.85º 0.81% 0.54% -
HSV(B) 318.85º 0.82% 0.91% -
XYZ 41.52 21.72 41.03 -
YUV 113.04 161.28 212.85 -
System Red Green Blue C M Y K H S L
Decimal 232 41 172 0 0.82 0.26 0.09 318.85 0.81 0.54
Hex E8 29 AC 0 52 1A 9 13F 51 36
Octal 350 51 254 0 122 32 11 477 121 66
Binary 11101000 101001 10101100 0 1010010 11010 1001 100111111 1010001 110110

Color Harmonies of #E829AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829AC

Black with #E829AC

Text Example


Text Example

White with #E829AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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