Html Css Color HEX #E73BAA Persian Rose

📋 copy color: '#E73BAA'

red 231 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #E73BAA

Tints of Persian Rose #E73BAA

RGB

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

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

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

R = 50.22%
G = 12.83%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E73BAA (or 0xE73BAA) is known color: Persian Rose. HEX triplet: E7, 3B and AA. RGB value is (231,59,170). Sum of RGB (Red+Green+Blue) = 231+59+170=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BAA is #18C455. Grayscale: #7A7A7A. Windows color (decimal): -1623126 or 11156455. OLE color: 11156455.

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

Color convert

RGB 231 59 170 -
CMYK 0 0.74 0.26 0.09
HSL 321.28º 0.78% 0.57% -
HSV(B) 321.28º 0.74% 0.91% -
XYZ 41.77 23.02 40.27 -
YUV 123.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 231 59 170 0 0.74 0.26 0.09 321.28 0.78 0.57
Hex E7 3B AA 0 4A 1A 9 141 4E 39
Octal 347 73 252 0 112 32 11 501 116 71
Binary 11100111 111011 10101010 0 1001010 11010 1001 101000001 1001110 111001

Color Harmonies of #E73BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73BAA

Black with #E73BAA

Text Example


Text Example

White with #E73BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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