Html Css Color HEX #E71F99 Persian Rose

📋 copy color: '#E71F99'

red 231 ◦ green 31 ◦ blue 153

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

Shades of Persian Rose #E71F99

Tints of Persian Rose #E71F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 55.66%
G = 7.47%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E71F99 (or 0xE71F99) is known color: Persian Rose. HEX triplet: E7, 1F and 99. RGB value is (231,31,153). Sum of RGB (Red+Green+Blue) = 231+31+153=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F99 is #18E066. Grayscale: #686868. Windows color (decimal): -1630311 or 10035175. OLE color: 10035175.

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

Color convert

RGB 231 31 153 -
CMYK 0 0.87 0.34 0.09
HSL 323.4º 0.81% 0.51% -
HSV(B) 323.4º 0.87% 0.91% -
XYZ 39.19 20.27 31.98 -
YUV 104.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 231 31 153 0 0.87 0.34 0.09 323.4 0.81 0.51
Hex E7 1F 99 0 57 22 9 143 51 33
Octal 347 37 231 0 127 42 11 503 121 63
Binary 11100111 11111 10011001 0 1010111 100010 1001 101000011 1010001 110011

Color Harmonies of #E71F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F99

Black with #E71F99

Text Example


Text Example

White with #E71F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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