Html Css Color HEX #E732AA Persian Rose

📋 copy color: '#E732AA'

red 231 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #E732AA

Tints of Persian Rose #E732AA

RGB

 RED value IS 231 (90.63% from 255) = 51.22%

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

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

R = 51.22%
G = 11.09%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E732AA (or 0xE732AA) is known color: Persian Rose. HEX triplet: E7, 32 and AA. RGB value is (231,50,170). Sum of RGB (Red+Green+Blue) = 231+50+170=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E732AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732AA is #18CD55. Grayscale: #757575. Windows color (decimal): -1625430 or 11154151. OLE color: 11154151.

HSL color Cylindrical-coordinate representation of color #E732AA: hue angle of 320.22º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732AA is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 50 170 -
CMYK 0 0.78 0.26 0.09
HSL 320.22º 0.79% 0.55% -
HSV(B) 320.22º 0.78% 0.91% -
XYZ 41.35 22.17 40.13 -
YUV 117.8 157.47 208.74 -
System Red Green Blue C M Y K H S L
Decimal 231 50 170 0 0.78 0.26 0.09 320.22 0.79 0.55
Hex E7 32 AA 0 4E 1A 9 140 4F 37
Octal 347 62 252 0 116 32 11 500 117 67
Binary 11100111 110010 10101010 0 1001110 11010 1001 101000000 1001111 110111

Color Harmonies of #E732AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732AA

Black with #E732AA

Text Example


Text Example

White with #E732AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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