Html Css Color HEX #E331AA Persian Rose

📋 copy color: '#E331AA'

red 227 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #E331AA

Tints of Persian Rose #E331AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

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

R = 50.9%
G = 10.99%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E331AA (or 0xE331AA) is known color: Persian Rose. HEX triplet: E3, 31 and AA. RGB value is (227,49,170). Sum of RGB (Red+Green+Blue) = 227+49+170=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E331AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E331AA is #1CCE55. Grayscale: #737373. Windows color (decimal): -1887830 or 11153891. OLE color: 11153891.

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

Color convert

RGB 227 49 170 -
CMYK 0 0.78 0.25 0.11
HSL 319.21º 0.76% 0.54% -
HSV(B) 319.21º 0.78% 0.89% -
XYZ 40.03 21.43 40.06 -
YUV 116.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 227 49 170 0 0.78 0.25 0.11 319.21 0.76 0.54
Hex E3 31 AA 0 4E 19 B 13F 4C 36
Octal 343 61 252 0 116 31 13 477 114 66
Binary 11100011 110001 10101010 0 1001110 11001 1011 100111111 1001100 110110

Color Harmonies of #E331AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331AA

Black with #E331AA

Text Example


Text Example

White with #E331AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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