Html Css Color HEX #E332AA Persian Rose

📋 copy color: '#E332AA'

red 227 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #E332AA

Tints of Persian Rose #E332AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.19%

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

R = 50.78%
G = 11.19%
B = 38.03%

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

#E332AA (or 0xE332AA) is known color: Persian Rose. HEX triplet: E3, 32 and AA. RGB value is (227,50,170). Sum of RGB (Red+Green+Blue) = 227+50+170=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E332AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E332AA is #1CCD55. Grayscale: #747474. Windows color (decimal): -1887574 or 11154147. OLE color: 11154147.

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

Color convert

RGB 227 50 170 -
CMYK 0 0.78 0.25 0.11
HSL 319.32º 0.76% 0.54% -
HSV(B) 319.32º 0.78% 0.89% -
XYZ 40.07 21.51 40.07 -
YUV 116.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 227 50 170 0 0.78 0.25 0.11 319.32 0.76 0.54
Hex E3 32 AA 0 4E 19 B 13F 4C 36
Octal 343 62 252 0 116 31 13 477 114 66
Binary 11100011 110010 10101010 0 1001110 11001 1011 100111111 1001100 110110

Color Harmonies of #E332AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332AA

Black with #E332AA

Text Example


Text Example

White with #E332AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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