Html Css Color HEX #E328A9 Persian Rose

📋 copy color: '#E328A9'

red 227 ◦ green 40 ◦ blue 169

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

Shades of Persian Rose #E328A9

Tints of Persian Rose #E328A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

 BLUE value IS 169 (66.41% from 255) = 38.76%

R = 52.06%
G = 9.17%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E328A9 (or 0xE328A9) is known color: Persian Rose. HEX triplet: E3, 28 and A9. RGB value is (227,40,169). Sum of RGB (Red+Green+Blue) = 227+40+169=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E328A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E328A9 is #1CD756. Grayscale: #6E6E6E. Windows color (decimal): -1890135 or 11086051. OLE color: 11086051.

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

Color convert

RGB 227 40 169 -
CMYK 0 0.82 0.26 0.11
HSL 318.61º 0.77% 0.52% -
HSV(B) 318.61º 0.82% 0.89% -
XYZ 39.6 20.71 39.45 -
YUV 110.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 227 40 169 0 0.82 0.26 0.11 318.61 0.77 0.52
Hex E3 28 A9 0 52 1A B 13F 4D 34
Octal 343 50 251 0 122 32 13 477 115 64
Binary 11100011 101000 10101001 0 1010010 11010 1011 100111111 1001101 110100

Color Harmonies of #E328A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328A9

Black with #E328A9

Text Example


Text Example

White with #E328A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328A9; }

 p { color: rgb(227,40,169); }

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

background-color css

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

 a { background-color: rgb(227,40,169); }

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

border-color css

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

 span { border-color: rgb(227,40,169); }

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