Html Css Color HEX #E726AA Persian Rose

📋 copy color: '#E726AA'

red 231 ◦ green 38 ◦ blue 170

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

Shades of Persian Rose #E726AA

Tints of Persian Rose #E726AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 52.62%
G = 8.66%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E726AA (or 0xE726AA) is known color: Persian Rose. HEX triplet: E7, 26 and AA. RGB value is (231,38,170). Sum of RGB (Red+Green+Blue) = 231+38+170=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E726AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E726AA is #18D955. Grayscale: #6E6E6E. Windows color (decimal): -1628502 or 11151079. OLE color: 11151079.

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

Color convert

RGB 231 38 170 -
CMYK 0 0.84 0.26 0.09
HSL 318.96º 0.8% 0.53% -
HSV(B) 318.96º 0.84% 0.91% -
XYZ 40.9 21.28 39.98 -
YUV 110.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 231 38 170 0 0.84 0.26 0.09 318.96 0.8 0.53
Hex E7 26 AA 0 54 1A 9 13F 50 35
Octal 347 46 252 0 124 32 11 477 120 65
Binary 11100111 100110 10101010 0 1010100 11010 1001 100111111 1010000 110101

Color Harmonies of #E726AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E726AA

Black with #E726AA

Text Example


Text Example

White with #E726AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E726AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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