Html Css Color HEX #E73DAF Persian Rose

📋 copy color: '#E73DAF'

red 231 ◦ green 61 ◦ blue 175

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

Shades of Persian Rose #E73DAF

Tints of Persian Rose #E73DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.06%

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

R = 49.46%
G = 13.06%
B = 37.47%

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

#E73DAF (or 0xE73DAF) is known color: Persian Rose. HEX triplet: E7, 3D and AF. RGB value is (231,61,175). Sum of RGB (Red+Green+Blue) = 231+61+175=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DAF is #18C250. Grayscale: #7C7C7C. Windows color (decimal): -1622609 or 11484647. OLE color: 11484647.

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

Color convert

RGB 231 61 175 -
CMYK 0 0.74 0.24 0.09
HSL 319.76º 0.78% 0.57% -
HSV(B) 319.76º 0.74% 0.91% -
XYZ 42.36 23.42 42.85 -
YUV 124.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 231 61 175 0 0.74 0.24 0.09 319.76 0.78 0.57
Hex E7 3D AF 0 4A 18 9 140 4E 39
Octal 347 75 257 0 112 30 11 500 116 71
Binary 11100111 111101 10101111 0 1001010 11000 1001 101000000 1001110 111001

Color Harmonies of #E73DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73DAF

Black with #E73DAF

Text Example


Text Example

White with #E73DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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