Html Css Color HEX #E728AA Persian Rose

📋 copy color: '#E728AA'

red 231 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #E728AA

Tints of Persian Rose #E728AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.07%

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

R = 52.38%
G = 9.07%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E728AA (or 0xE728AA) is known color: Persian Rose. HEX triplet: E7, 28 and AA. RGB value is (231,40,170). Sum of RGB (Red+Green+Blue) = 231+40+170=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E728AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E728AA is #18D755. Grayscale: #6F6F6F. Windows color (decimal): -1627990 or 11151591. OLE color: 11151591.

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

Color convert

RGB 231 40 170 -
CMYK 0 0.83 0.26 0.09
HSL 319.16º 0.8% 0.53% -
HSV(B) 319.16º 0.83% 0.91% -
XYZ 40.97 21.41 40 -
YUV 111.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 231 40 170 0 0.83 0.26 0.09 319.16 0.8 0.53
Hex E7 28 AA 0 53 1A 9 13F 50 35
Octal 347 50 252 0 123 32 11 477 120 65
Binary 11100111 101000 10101010 0 1010011 11010 1001 100111111 1010000 110101

Color Harmonies of #E728AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E728AA

Black with #E728AA

Text Example


Text Example

White with #E728AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E728AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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