Html Css Color HEX #E91DA0 Persian Rose

📋 copy color: '#E91DA0'

red 233 ◦ green 29 ◦ blue 160

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

Shades of Persian Rose #E91DA0

Tints of Persian Rose #E91DA0

RGB

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

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

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

R = 55.21%
G = 6.87%
B = 37.91%

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

#E91DA0 (or 0xE91DA0) is known color: Persian Rose. HEX triplet: E9, 1D and A0. RGB value is (233,29,160). Sum of RGB (Red+Green+Blue) = 233+29+160=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91DA0 is #16E25F. Grayscale: #686868. Windows color (decimal): -1499744 or 10493417. OLE color: 10493417.

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

Color convert

RGB 233 29 160 -
CMYK 0 0.88 0.31 0.09
HSL 321.47º 0.82% 0.51% -
HSV(B) 321.47º 0.88% 0.91% -
XYZ 40.39 20.74 35.13 -
YUV 104.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 233 29 160 0 0.88 0.31 0.09 321.47 0.82 0.51
Hex E9 1D A0 0 58 1F 9 141 52 33
Octal 351 35 240 0 130 37 11 501 122 63
Binary 11101001 11101 10100000 0 1011000 11111 1001 101000001 1010010 110011

Color Harmonies of #E91DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91DA0

Black with #E91DA0

Text Example


Text Example

White with #E91DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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