Html Css Color HEX #E829A1 Persian Rose

📋 copy color: '#E829A1'

red 232 ◦ green 41 ◦ blue 161

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

Shades of Persian Rose #E829A1

Tints of Persian Rose #E829A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.1%

R = 53.46%
G = 9.45%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E829A1 (or 0xE829A1) is known color: Persian Rose. HEX triplet: E8, 29 and A1. RGB value is (232,41,161). Sum of RGB (Red+Green+Blue) = 232+41+161=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E829A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829A1 is #17D65E. Grayscale: #6F6F6F. Windows color (decimal): -1562207 or 10562024. OLE color: 10562024.

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

Color convert

RGB 232 41 161 -
CMYK 0 0.82 0.31 0.09
HSL 322.3º 0.81% 0.54% -
HSV(B) 322.3º 0.82% 0.91% -
XYZ 40.5 21.31 35.7 -
YUV 111.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 232 41 161 0 0.82 0.31 0.09 322.3 0.81 0.54
Hex E8 29 A1 0 52 1F 9 142 51 36
Octal 350 51 241 0 122 37 11 502 121 66
Binary 11101000 101001 10100001 0 1010010 11111 1001 101000010 1010001 110110

Color Harmonies of #E829A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829A1

Black with #E829A1

Text Example


Text Example

White with #E829A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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