Html Css Color HEX #E71F9F Persian Rose

📋 copy color: '#E71F9F'

red 231 ◦ green 31 ◦ blue 159

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

Shades of Persian Rose #E71F9F

Tints of Persian Rose #E71F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 54.87%
G = 7.36%
B = 37.77%

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

#E71F9F (or 0xE71F9F) is known color: Persian Rose. HEX triplet: E7, 1F and 9F. RGB value is (231,31,159). Sum of RGB (Red+Green+Blue) = 231+31+159=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F9F is #18E060. Grayscale: #696969. Windows color (decimal): -1630305 or 10428391. OLE color: 10428391.

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

Color convert

RGB 231 31 159 -
CMYK 0 0.87 0.31 0.09
HSL 321.6º 0.81% 0.51% -
HSV(B) 321.6º 0.87% 0.91% -
XYZ 39.7 20.47 34.66 -
YUV 105.39 158.26 217.59 -
System Red Green Blue C M Y K H S L
Decimal 231 31 159 0 0.87 0.31 0.09 321.6 0.81 0.51
Hex E7 1F 9F 0 57 1F 9 142 51 33
Octal 347 37 237 0 127 37 11 502 121 63
Binary 11100111 11111 10011111 0 1010111 11111 1001 101000010 1010001 110011

Color Harmonies of #E71F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F9F

Black with #E71F9F

Text Example


Text Example

White with #E71F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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