Html Css Color HEX #E73AAE Persian Rose

📋 copy color: '#E73AAE'

red 231 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #E73AAE

Tints of Persian Rose #E73AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 49.89%
G = 12.53%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E73AAE (or 0xE73AAE) is known color: Persian Rose. HEX triplet: E7, 3A and AE. RGB value is (231,58,174). Sum of RGB (Red+Green+Blue) = 231+58+174=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AAE is #18C551. Grayscale: #7A7A7A. Windows color (decimal): -1623378 or 11418343. OLE color: 11418343.

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

Color convert

RGB 231 58 174 -
CMYK 0 0.75 0.25 0.09
HSL 319.77º 0.78% 0.57% -
HSV(B) 319.77º 0.75% 0.91% -
XYZ 42.11 23.07 42.28 -
YUV 122.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 231 58 174 0 0.75 0.25 0.09 319.77 0.78 0.57
Hex E7 3A AE 0 4B 19 9 140 4E 39
Octal 347 72 256 0 113 31 11 500 116 71
Binary 11100111 111010 10101110 0 1001011 11001 1001 101000000 1001110 111001

Color Harmonies of #E73AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73AAE

Black with #E73AAE

Text Example


Text Example

White with #E73AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73AAE; }

 p { color: rgb(231,58,174); }

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

background-color css

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

 a { background-color: rgb(231,58,174); }

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

border-color css

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

 span { border-color: rgb(231,58,174); }

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