Html Css Color HEX #E73BAC Persian Rose

📋 copy color: '#E73BAC'

red 231 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E73BAC

Tints of Persian Rose #E73BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 50%
G = 12.77%
B = 37.23%

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

#E73BAC (or 0xE73BAC) is known color: Persian Rose. HEX triplet: E7, 3B and AC. RGB value is (231,59,172). Sum of RGB (Red+Green+Blue) = 231+59+172=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BAC is #18C453. Grayscale: #7B7B7B. Windows color (decimal): -1623124 or 11287527. OLE color: 11287527.

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

Color convert

RGB 231 59 172 -
CMYK 0 0.74 0.26 0.09
HSL 320.58º 0.78% 0.57% -
HSV(B) 320.58º 0.74% 0.91% -
XYZ 41.97 23.1 41.28 -
YUV 123.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 231 59 172 0 0.74 0.26 0.09 320.58 0.78 0.57
Hex E7 3B AC 0 4A 1A 9 141 4E 39
Octal 347 73 254 0 112 32 11 501 116 71
Binary 11100111 111011 10101100 0 1001010 11010 1001 101000001 1001110 111001

Color Harmonies of #E73BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73BAC

Black with #E73BAC

Text Example


Text Example

White with #E73BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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