Html Css Color HEX #E71CA1 Persian Rose

📋 copy color: '#E71CA1'

red 231 ◦ green 28 ◦ blue 161

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

Shades of Persian Rose #E71CA1

Tints of Persian Rose #E71CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.67%

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 55%
G = 6.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E71CA1 (or 0xE71CA1) is known color: Persian Rose. HEX triplet: E7, 1C and A1. RGB value is (231,28,161). Sum of RGB (Red+Green+Blue) = 231+28+161=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71CA1 is #18E35E. Grayscale: #676767. Windows color (decimal): -1631071 or 10558695. OLE color: 10558695.

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

Color convert

RGB 231 28 161 -
CMYK 0 0.88 0.30 0.09
HSL 320.69º 0.81% 0.51% -
HSV(B) 320.69º 0.88% 0.91% -
XYZ 39.8 20.39 35.56 -
YUV 103.86 160.25 218.69 -
System Red Green Blue C M Y K H S L
Decimal 231 28 161 0 0.88 0.30 0.09 320.69 0.81 0.51
Hex E7 1C A1 0 58 1E 9 141 51 33
Octal 347 34 241 0 130 36 11 501 121 63
Binary 11100111 11100 10100001 0 1011000 11110 1001 101000001 1010001 110011

Color Harmonies of #E71CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CA1

Black with #E71CA1

Text Example


Text Example

White with #E71CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CA1; }

 p { color: rgb(231,28,161); }

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

background-color css

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

 a { background-color: rgb(231,28,161); }

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

border-color css

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

 span { border-color: rgb(231,28,161); }

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