Html Css Color HEX #E73CAF Persian Rose

📋 copy color: '#E73CAF'

red 231 ◦ green 60 ◦ blue 175

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

Shades of Persian Rose #E73CAF

Tints of Persian Rose #E73CAF

RGB

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

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

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

R = 49.57%
G = 12.88%
B = 37.55%

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

#E73CAF (or 0xE73CAF) is known color: Persian Rose. HEX triplet: E7, 3C and AF. RGB value is (231,60,175). Sum of RGB (Red+Green+Blue) = 231+60+175=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CAF is #18C350. Grayscale: #7B7B7B. Windows color (decimal): -1622865 or 11484391. OLE color: 11484391.

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

Color convert

RGB 231 60 175 -
CMYK 0 0.74 0.24 0.09
HSL 319.65º 0.78% 0.57% -
HSV(B) 319.65º 0.74% 0.91% -
XYZ 42.31 23.32 42.83 -
YUV 124.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 231 60 175 0 0.74 0.24 0.09 319.65 0.78 0.57
Hex E7 3C AF 0 4A 18 9 140 4E 39
Octal 347 74 257 0 112 30 11 500 116 71
Binary 11100111 111100 10101111 0 1001010 11000 1001 101000000 1001110 111001

Color Harmonies of #E73CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CAF

Black with #E73CAF

Text Example


Text Example

White with #E73CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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