Html Css Color HEX #E91AA0 Persian Rose

📋 copy color: '#E91AA0'

red 233 ◦ green 26 ◦ blue 160

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

Shades of Persian Rose #E91AA0

Tints of Persian Rose #E91AA0

RGB

 RED value IS 233 (91.41% from 255) = 55.61%

 GREEN value IS 26 (10.55% from 255) = 6.21%

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

R = 55.61%
G = 6.21%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E91AA0 (or 0xE91AA0) is known color: Persian Rose. HEX triplet: E9, 1A and A0. RGB value is (233,26,160). Sum of RGB (Red+Green+Blue) = 233+26+160=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E91AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91AA0 is #16E55F. Grayscale: #666666. Windows color (decimal): -1500512 or 10492649. OLE color: 10492649.

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

Color convert

RGB 233 26 160 -
CMYK 0 0.89 0.31 0.09
HSL 321.16º 0.82% 0.51% -
HSV(B) 321.16º 0.89% 0.91% -
XYZ 40.32 20.6 35.11 -
YUV 103.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 233 26 160 0 0.89 0.31 0.09 321.16 0.82 0.51
Hex E9 1A A0 0 59 1F 9 141 52 33
Octal 351 32 240 0 131 37 11 501 122 63
Binary 11101001 11010 10100000 0 1011001 11111 1001 101000001 1010010 110011

Color Harmonies of #E91AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91AA0

Black with #E91AA0

Text Example


Text Example

White with #E91AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91AA0; }

 p { color: rgb(233,26,160); }

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

background-color css

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

 a { background-color: rgb(233,26,160); }

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

border-color css

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

 span { border-color: rgb(233,26,160); }

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