Html Css Color HEX #E929AA Persian Rose

📋 copy color: '#E929AA'

red 233 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #E929AA

Tints of Persian Rose #E929AA

RGB

 RED value IS 233 (91.41% from 255) = 52.48%

 GREEN value IS 41 (16.41% from 255) = 9.23%

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

R = 52.48%
G = 9.23%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E929AA (or 0xE929AA) is known color: Persian Rose. HEX triplet: E9, 29 and AA. RGB value is (233,41,170). Sum of RGB (Red+Green+Blue) = 233+41+170=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E929AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E929AA is #16D655. Grayscale: #707070. Windows color (decimal): -1496662 or 11151849. OLE color: 11151849.

HSL color Cylindrical-coordinate representation of color #E929AA: hue angle of 319.69º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E929AA is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 41 170 -
CMYK 0 0.82 0.27 0.09
HSL 319.69º 0.81% 0.54% -
HSV(B) 319.69º 0.82% 0.91% -
XYZ 41.65 21.81 40.04 -
YUV 113.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 233 41 170 0 0.82 0.27 0.09 319.69 0.81 0.54
Hex E9 29 AA 0 52 1B 9 140 51 36
Octal 351 51 252 0 122 33 11 500 121 66
Binary 11101001 101001 10101010 0 1010010 11011 1001 101000000 1010001 110110

Color Harmonies of #E929AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E929AA

Black with #E929AA

Text Example


Text Example

White with #E929AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E929AA; }

 p { color: rgb(233,41,170); }

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

background-color css

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

 a { background-color: rgb(233,41,170); }

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

border-color css

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

 span { border-color: rgb(233,41,170); }

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