Html Css Color HEX #E71FA3 Persian Rose

📋 copy color: '#E71FA3'

red 231 ◦ green 31 ◦ blue 163

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

Shades of Persian Rose #E71FA3

Tints of Persian Rose #E71FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.29%

 BLUE value IS 163 (64.06% from 255) = 38.35%

R = 54.35%
G = 7.29%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E71FA3 (or 0xE71FA3) is known color: Persian Rose. HEX triplet: E7, 1F and A3. RGB value is (231,31,163). Sum of RGB (Red+Green+Blue) = 231+31+163=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71FA3 is #18E05C. Grayscale: #696969. Windows color (decimal): -1630301 or 10690535. OLE color: 10690535.

HSL color Cylindrical-coordinate representation of color #E71FA3: hue angle of 320.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71FA3 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 31 163 -
CMYK 0 0.87 0.29 0.09
HSL 320.4º 0.81% 0.51% -
HSV(B) 320.4º 0.87% 0.91% -
XYZ 40.06 20.61 36.52 -
YUV 105.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 231 31 163 0 0.87 0.29 0.09 320.4 0.81 0.51
Hex E7 1F A3 0 57 1D 9 140 51 33
Octal 347 37 243 0 127 35 11 500 121 63
Binary 11100111 11111 10100011 0 1010111 11101 1001 101000000 1010001 110011

Color Harmonies of #E71FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FA3

Black with #E71FA3

Text Example


Text Example

White with #E71FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FA3; }

 p { color: rgb(231,31,163); }

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

background-color css

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

 a { background-color: rgb(231,31,163); }

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

border-color css

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

 span { border-color: rgb(231,31,163); }

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