Html Css Color HEX #E73BA7 Persian Rose

📋 copy color: '#E73BA7'

red 231 ◦ green 59 ◦ blue 167

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

Shades of Persian Rose #E73BA7

Tints of Persian Rose #E73BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.54%

R = 50.55%
G = 12.91%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E73BA7 (or 0xE73BA7) is known color: Persian Rose. HEX triplet: E7, 3B and A7. RGB value is (231,59,167). Sum of RGB (Red+Green+Blue) = 231+59+167=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BA7 is #18C458. Grayscale: #7A7A7A. Windows color (decimal): -1623129 or 10959847. OLE color: 10959847.

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

Color convert

RGB 231 59 167 -
CMYK 0 0.74 0.28 0.09
HSL 322.33º 0.78% 0.57% -
HSV(B) 322.33º 0.74% 0.91% -
XYZ 41.49 22.91 38.79 -
YUV 122.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 231 59 167 0 0.74 0.28 0.09 322.33 0.78 0.57
Hex E7 3B A7 0 4A 1C 9 142 4E 39
Octal 347 73 247 0 112 34 11 502 116 71
Binary 11100111 111011 10100111 0 1001010 11100 1001 101000010 1001110 111001

Color Harmonies of #E73BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73BA7

Black with #E73BA7

Text Example


Text Example

White with #E73BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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