Html Css Color HEX #E73CAE Persian Rose

📋 copy color: '#E73CAE'

red 231 ◦ green 60 ◦ blue 174

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

Shades of Persian Rose #E73CAE

Tints of Persian Rose #E73CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.9%

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 49.68%
G = 12.9%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E73CAE (or 0xE73CAE) is known color: Persian Rose. HEX triplet: E7, 3C and AE. RGB value is (231,60,174). Sum of RGB (Red+Green+Blue) = 231+60+174=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CAE is #18C351. Grayscale: #7B7B7B. Windows color (decimal): -1622866 or 11418855. OLE color: 11418855.

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

Color convert

RGB 231 60 174 -
CMYK 0 0.74 0.25 0.09
HSL 320º 0.78% 0.57% -
HSV(B) 320º 0.74% 0.91% -
XYZ 42.21 23.28 42.31 -
YUV 124.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 231 60 174 0 0.74 0.25 0.09 320 0.78 0.57
Hex E7 3C AE 0 4A 19 9 140 4E 39
Octal 347 74 256 0 112 31 11 500 116 71
Binary 11100111 111100 10101110 0 1001010 11001 1001 101000000 1001110 111001

Color Harmonies of #E73CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CAE

Black with #E73CAE

Text Example


Text Example

White with #E73CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CAE; }

 p { color: rgb(231,60,174); }

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

background-color css

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

 a { background-color: rgb(231,60,174); }

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

border-color css

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

 span { border-color: rgb(231,60,174); }

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