Html Css Color HEX #E73AAA Persian Rose

📋 copy color: '#E73AAA'

red 231 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #E73AAA

Tints of Persian Rose #E73AAA

RGB

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

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

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

R = 50.33%
G = 12.64%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E73AAA (or 0xE73AAA) is known color: Persian Rose. HEX triplet: E7, 3A and AA. RGB value is (231,58,170). Sum of RGB (Red+Green+Blue) = 231+58+170=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AAA is #18C555. Grayscale: #7A7A7A. Windows color (decimal): -1623382 or 11156199. OLE color: 11156199.

HSL color Cylindrical-coordinate representation of color #E73AAA: hue angle of 321.16º 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 #E73AAA is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 58 170 -
CMYK 0 0.75 0.26 0.09
HSL 321.16º 0.78% 0.57% -
HSV(B) 321.16º 0.75% 0.91% -
XYZ 41.72 22.92 40.25 -
YUV 122.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 231 58 170 0 0.75 0.26 0.09 321.16 0.78 0.57
Hex E7 3A AA 0 4B 1A 9 141 4E 39
Octal 347 72 252 0 113 32 11 501 116 71
Binary 11100111 111010 10101010 0 1001011 11010 1001 101000001 1001110 111001

Color Harmonies of #E73AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73AAA

Black with #E73AAA

Text Example


Text Example

White with #E73AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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