Html Css Color HEX #E329AB Persian Rose

📋 copy color: '#E329AB'

red 227 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #E329AB

Tints of Persian Rose #E329AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 51.71%
G = 9.34%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E329AB (or 0xE329AB) is known color: Persian Rose. HEX triplet: E3, 29 and AB. RGB value is (227,41,171). Sum of RGB (Red+Green+Blue) = 227+41+171=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E329AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329AB is #1CD654. Grayscale: #6F6F6F. Windows color (decimal): -1889877 or 11217379. OLE color: 11217379.

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

Color convert

RGB 227 41 171 -
CMYK 0 0.82 0.25 0.11
HSL 318.06º 0.77% 0.53% -
HSV(B) 318.06º 0.82% 0.89% -
XYZ 39.82 20.86 40.46 -
YUV 111.43 161.62 210.43 -
System Red Green Blue C M Y K H S L
Decimal 227 41 171 0 0.82 0.25 0.11 318.06 0.77 0.53
Hex E3 29 AB 0 52 19 B 13E 4D 35
Octal 343 51 253 0 122 31 13 476 115 65
Binary 11100011 101001 10101011 0 1010010 11001 1011 100111110 1001101 110101

Color Harmonies of #E329AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329AB

Black with #E329AB

Text Example


Text Example

White with #E329AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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