Html Css Color HEX #E11D9E Persian Rose

📋 copy color: '#E11D9E'

red 225 ◦ green 29 ◦ blue 158

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

Shades of Persian Rose #E11D9E

Tints of Persian Rose #E11D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 54.61%
G = 7.04%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E11D9E (or 0xE11D9E) is known color: Persian Rose. HEX triplet: E1, 1D and 9E. RGB value is (225,29,158). Sum of RGB (Red+Green+Blue) = 225+29+158=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11D9E is #1EE261. Grayscale: #656565. Windows color (decimal): -2024034 or 10362337. OLE color: 10362337.

HSL color Cylindrical-coordinate representation of color #E11D9E: hue angle of 320.51º degrees, saturation: 0.77, 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 #E11D9E is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 158 -
CMYK 0 0.87 0.30 0.12
HSL 320.51º 0.77% 0.5% -
HSV(B) 320.51º 0.87% 0.88% -
XYZ 37.66 19.35 34.1 -
YUV 102.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 225 29 158 0 0.87 0.30 0.12 320.51 0.77 0.5
Hex E1 1D 9E 0 57 1E C 141 4D 32
Octal 341 35 236 0 127 36 14 501 115 62
Binary 11100001 11101 10011110 0 1010111 11110 1100 101000001 1001101 110010

Color Harmonies of #E11D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D9E

Black with #E11D9E

Text Example


Text Example

White with #E11D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D9E; }

 p { color: rgb(225,29,158); }

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

background-color css

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

 a { background-color: rgb(225,29,158); }

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

border-color css

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

 span { border-color: rgb(225,29,158); }

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