Html Css Color HEX #E73BAF Persian Rose

📋 copy color: '#E73BAF'

red 231 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #E73BAF

Tints of Persian Rose #E73BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 49.68%
G = 12.69%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E73BAF (or 0xE73BAF) is known color: Persian Rose. HEX triplet: E7, 3B and AF. RGB value is (231,59,175). Sum of RGB (Red+Green+Blue) = 231+59+175=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BAF is #18C450. Grayscale: #7B7B7B. Windows color (decimal): -1623121 or 11484135. OLE color: 11484135.

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

Color convert

RGB 231 59 175 -
CMYK 0 0.74 0.24 0.09
HSL 319.53º 0.78% 0.57% -
HSV(B) 319.53º 0.74% 0.91% -
XYZ 42.26 23.21 42.81 -
YUV 123.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 231 59 175 0 0.74 0.24 0.09 319.53 0.78 0.57
Hex E7 3B AF 0 4A 18 9 140 4E 39
Octal 347 73 257 0 112 30 11 500 116 71
Binary 11100111 111011 10101111 0 1001010 11000 1001 101000000 1001110 111001

Color Harmonies of #E73BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73BAF

Black with #E73BAF

Text Example


Text Example

White with #E73BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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