Html Css Color HEX #E73CA9 Persian Rose

📋 copy color: '#E73CA9'

red 231 ◦ green 60 ◦ blue 169

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

Shades of Persian Rose #E73CA9

Tints of Persian Rose #E73CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.74%

R = 50.22%
G = 13.04%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E73CA9 (or 0xE73CA9) is known color: Persian Rose. HEX triplet: E7, 3C and A9. RGB value is (231,60,169). Sum of RGB (Red+Green+Blue) = 231+60+169=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CA9 is #18C356. Grayscale: #7B7B7B. Windows color (decimal): -1622871 or 11091175. OLE color: 11091175.

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

Color convert

RGB 231 60 169 -
CMYK 0 0.74 0.27 0.09
HSL 321.75º 0.78% 0.57% -
HSV(B) 321.75º 0.74% 0.91% -
XYZ 41.73 23.09 39.79 -
YUV 123.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 231 60 169 0 0.74 0.27 0.09 321.75 0.78 0.57
Hex E7 3C A9 0 4A 1B 9 142 4E 39
Octal 347 74 251 0 112 33 11 502 116 71
Binary 11100111 111100 10101001 0 1001010 11011 1001 101000010 1001110 111001

Color Harmonies of #E73CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CA9

Black with #E73CA9

Text Example


Text Example

White with #E73CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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