Html Css Color HEX #E71EA2 Persian Rose

📋 copy color: '#E71EA2'

red 231 ◦ green 30 ◦ blue 162

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

Shades of Persian Rose #E71EA2

Tints of Persian Rose #E71EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 54.61%
G = 7.09%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E71EA2 (or 0xE71EA2) is known color: Persian Rose. HEX triplet: E7, 1E and A2. RGB value is (231,30,162). Sum of RGB (Red+Green+Blue) = 231+30+162=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E71EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71EA2 is #18E15D. Grayscale: #686868. Windows color (decimal): -1630558 or 10624743. OLE color: 10624743.

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

Color convert

RGB 231 30 162 -
CMYK 0 0.87 0.30 0.09
HSL 320.6º 0.81% 0.51% -
HSV(B) 320.6º 0.87% 0.91% -
XYZ 39.94 20.53 36.04 -
YUV 105.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 231 30 162 0 0.87 0.30 0.09 320.6 0.81 0.51
Hex E7 1E A2 0 57 1E 9 141 51 33
Octal 347 36 242 0 127 36 11 501 121 63
Binary 11100111 11110 10100010 0 1010111 11110 1001 101000001 1010001 110011

Color Harmonies of #E71EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EA2

Black with #E71EA2

Text Example


Text Example

White with #E71EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EA2; }

 p { color: rgb(231,30,162); }

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

background-color css

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

 a { background-color: rgb(231,30,162); }

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

border-color css

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

 span { border-color: rgb(231,30,162); }

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