Html Css Color HEX #E73AA8 Persian Rose

📋 copy color: '#E73AA8'

red 231 ◦ green 58 ◦ blue 168

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

Shades of Persian Rose #E73AA8

Tints of Persian Rose #E73AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 50.55%
G = 12.69%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E73AA8 (or 0xE73AA8) is known color: Persian Rose. HEX triplet: E7, 3A and A8. RGB value is (231,58,168). Sum of RGB (Red+Green+Blue) = 231+58+168=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AA8 is #18C557. Grayscale: #7A7A7A. Windows color (decimal): -1623384 or 11025127. OLE color: 11025127.

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

Color convert

RGB 231 58 168 -
CMYK 0 0.75 0.27 0.09
HSL 321.85º 0.78% 0.57% -
HSV(B) 321.85º 0.75% 0.91% -
XYZ 41.54 22.84 39.27 -
YUV 122.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 231 58 168 0 0.75 0.27 0.09 321.85 0.78 0.57
Hex E7 3A A8 0 4B 1B 9 142 4E 39
Octal 347 72 250 0 113 33 11 502 116 71
Binary 11100111 111010 10101000 0 1001011 11011 1001 101000010 1001110 111001

Color Harmonies of #E73AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73AA8

Black with #E73AA8

Text Example


Text Example

White with #E73AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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