Html Css Color HEX #E11EA3 Persian Rose

📋 copy color: '#E11EA3'

red 225 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #E11EA3

Tints of Persian Rose #E11EA3

RGB

 RED value IS 225 (88.28% from 255) = 53.83%

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

 BLUE value IS 163 (64.06% from 255) = 39%

R = 53.83%
G = 7.18%
B = 39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E11EA3 (or 0xE11EA3) is known color: Persian Rose. HEX triplet: E1, 1E and A3. RGB value is (225,30,163). Sum of RGB (Red+Green+Blue) = 225+30+163=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11EA3 is #1EE15C. Grayscale: #676767. Windows color (decimal): -2023773 or 10690273. OLE color: 10690273.

HSL color Cylindrical-coordinate representation of color #E11EA3: hue angle of 319.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11EA3 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 30 163 -
CMYK 0 0.87 0.28 0.12
HSL 319.08º 0.76% 0.5% -
HSV(B) 319.08º 0.87% 0.88% -
XYZ 38.13 19.58 36.42 -
YUV 103.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 225 30 163 0 0.87 0.28 0.12 319.08 0.76 0.5
Hex E1 1E A3 0 57 1C C 13F 4C 32
Octal 341 36 243 0 127 34 14 477 114 62
Binary 11100001 11110 10100011 0 1010111 11100 1100 100111111 1001100 110010

Color Harmonies of #E11EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EA3

Black with #E11EA3

Text Example


Text Example

White with #E11EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EA3; }

 p { color: rgb(225,30,163); }

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

background-color css

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

 a { background-color: rgb(225,30,163); }

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

border-color css

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

 span { border-color: rgb(225,30,163); }

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