Html Css Color HEX #E73BA9 Persian Rose

📋 copy color: '#E73BA9'

red 231 ◦ green 59 ◦ blue 169

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

Shades of Persian Rose #E73BA9

Tints of Persian Rose #E73BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 50.33%
G = 12.85%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E73BA9 (or 0xE73BA9) is known color: Persian Rose. HEX triplet: E7, 3B and A9. RGB value is (231,59,169). Sum of RGB (Red+Green+Blue) = 231+59+169=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BA9 is #18C456. Grayscale: #7A7A7A. Windows color (decimal): -1623127 or 11090919. OLE color: 11090919.

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

Color convert

RGB 231 59 169 -
CMYK 0 0.74 0.27 0.09
HSL 321.63º 0.78% 0.57% -
HSV(B) 321.63º 0.74% 0.91% -
XYZ 41.68 22.98 39.78 -
YUV 122.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 231 59 169 0 0.74 0.27 0.09 321.63 0.78 0.57
Hex E7 3B A9 0 4A 1B 9 142 4E 39
Octal 347 73 251 0 112 33 11 502 116 71
Binary 11100111 111011 10101001 0 1001010 11011 1001 101000010 1001110 111001

Color Harmonies of #E73BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73BA9

Black with #E73BA9

Text Example


Text Example

White with #E73BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73BA9; }

 p { color: rgb(231,59,169); }

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

background-color css

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

 a { background-color: rgb(231,59,169); }

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

border-color css

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

 span { border-color: rgb(231,59,169); }

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