Html Css Color HEX #E91DA1 Persian Rose

📋 copy color: '#E91DA1'

red 233 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #E91DA1

Tints of Persian Rose #E91DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.86%

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

R = 55.08%
G = 6.86%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E91DA1 (or 0xE91DA1) is known color: Persian Rose. HEX triplet: E9, 1D and A1. RGB value is (233,29,161). Sum of RGB (Red+Green+Blue) = 233+29+161=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91DA1 is #16E25E. Grayscale: #686868. Windows color (decimal): -1499743 or 10558953. OLE color: 10558953.

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

Color convert

RGB 233 29 161 -
CMYK 0 0.88 0.31 0.09
HSL 321.18º 0.82% 0.51% -
HSV(B) 321.18º 0.88% 0.91% -
XYZ 40.48 20.78 35.59 -
YUV 105.04 159.59 219.27 -
System Red Green Blue C M Y K H S L
Decimal 233 29 161 0 0.88 0.31 0.09 321.18 0.82 0.51
Hex E9 1D A1 0 58 1F 9 141 52 33
Octal 351 35 241 0 130 37 11 501 122 63
Binary 11101001 11101 10100001 0 1011000 11111 1001 101000001 1010010 110011

Color Harmonies of #E91DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91DA1

Black with #E91DA1

Text Example


Text Example

White with #E91DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91DA1; }

 p { color: rgb(233,29,161); }

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

background-color css

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

 a { background-color: rgb(233,29,161); }

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

border-color css

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

 span { border-color: rgb(233,29,161); }

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