Html Css Color HEX #E327AA Persian Rose

📋 copy color: '#E327AA'

red 227 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #E327AA

Tints of Persian Rose #E327AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 52.06%
G = 8.94%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E327AA (or 0xE327AA) is known color: Persian Rose. HEX triplet: E3, 27 and AA. RGB value is (227,39,170). Sum of RGB (Red+Green+Blue) = 227+39+170=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E327AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E327AA is #1CD855. Grayscale: #6D6D6D. Windows color (decimal): -1890390 or 11151331. OLE color: 11151331.

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

Color convert

RGB 227 39 170 -
CMYK 0 0.83 0.25 0.11
HSL 318.19º 0.77% 0.52% -
HSV(B) 318.19º 0.83% 0.89% -
XYZ 39.66 20.68 39.93 -
YUV 110.15 161.78 211.35 -
System Red Green Blue C M Y K H S L
Decimal 227 39 170 0 0.83 0.25 0.11 318.19 0.77 0.52
Hex E3 27 AA 0 53 19 B 13E 4D 34
Octal 343 47 252 0 123 31 13 476 115 64
Binary 11100011 100111 10101010 0 1010011 11001 1011 100111110 1001101 110100

Color Harmonies of #E327AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327AA

Black with #E327AA

Text Example


Text Example

White with #E327AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327AA; }

 p { color: rgb(227,39,170); }

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

background-color css

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

 a { background-color: rgb(227,39,170); }

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

border-color css

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

 span { border-color: rgb(227,39,170); }

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