Html Css Color HEX #E329AC Persian Rose

📋 copy color: '#E329AC'

red 227 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #E329AC

Tints of Persian Rose #E329AC

RGB

 RED value IS 227 (89.06% from 255) = 51.59%

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

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

R = 51.59%
G = 9.32%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E329AC (or 0xE329AC) is known color: Persian Rose. HEX triplet: E3, 29 and AC. RGB value is (227,41,172). Sum of RGB (Red+Green+Blue) = 227+41+172=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E329AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329AC is #1CD653. Grayscale: #6F6F6F. Windows color (decimal): -1889876 or 11282915. OLE color: 11282915.

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

Color convert

RGB 227 41 172 -
CMYK 0 0.82 0.24 0.11
HSL 317.74º 0.77% 0.53% -
HSV(B) 317.74º 0.82% 0.89% -
XYZ 39.92 20.9 40.96 -
YUV 111.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 227 41 172 0 0.82 0.24 0.11 317.74 0.77 0.53
Hex E3 29 AC 0 52 18 B 13E 4D 35
Octal 343 51 254 0 122 30 13 476 115 65
Binary 11100011 101001 10101100 0 1010010 11000 1011 100111110 1001101 110101

Color Harmonies of #E329AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329AC

Black with #E329AC

Text Example


Text Example

White with #E329AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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