Html Css Color HEX #E71FA0 Persian Rose

📋 copy color: '#E71FA0'

red 231 ◦ green 31 ◦ blue 160

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

Shades of Persian Rose #E71FA0

Tints of Persian Rose #E71FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 54.74%
G = 7.35%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E71FA0 (or 0xE71FA0) is known color: Persian Rose. HEX triplet: E7, 1F and A0. RGB value is (231,31,160). Sum of RGB (Red+Green+Blue) = 231+31+160=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71FA0 is #18E05F. Grayscale: #696969. Windows color (decimal): -1630304 or 10493927. OLE color: 10493927.

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

Color convert

RGB 231 31 160 -
CMYK 0 0.87 0.31 0.09
HSL 321.3º 0.81% 0.51% -
HSV(B) 321.3º 0.87% 0.91% -
XYZ 39.79 20.51 35.12 -
YUV 105.51 158.76 217.51 -
System Red Green Blue C M Y K H S L
Decimal 231 31 160 0 0.87 0.31 0.09 321.3 0.81 0.51
Hex E7 1F A0 0 57 1F 9 141 51 33
Octal 347 37 240 0 127 37 11 501 121 63
Binary 11100111 11111 10100000 0 1010111 11111 1001 101000001 1010001 110011

Color Harmonies of #E71FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FA0

Black with #E71FA0

Text Example


Text Example

White with #E71FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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