Html Css Color HEX #E11C9E Persian Rose

📋 copy color: '#E11C9E'

red 225 ◦ green 28 ◦ blue 158

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

Shades of Persian Rose #E11C9E

Tints of Persian Rose #E11C9E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

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

R = 54.74%
G = 6.81%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E11C9E (or 0xE11C9E) is known color: Persian Rose. HEX triplet: E1, 1C and 9E. RGB value is (225,28,158). Sum of RGB (Red+Green+Blue) = 225+28+158=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C9E is #1EE361. Grayscale: #656565. Windows color (decimal): -2024290 or 10362081. OLE color: 10362081.

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

Color convert

RGB 225 28 158 -
CMYK 0 0.88 0.30 0.12
HSL 320.41º 0.78% 0.5% -
HSV(B) 320.41º 0.88% 0.88% -
XYZ 37.64 19.31 34.09 -
YUV 101.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 225 28 158 0 0.88 0.30 0.12 320.41 0.78 0.5
Hex E1 1C 9E 0 58 1E C 140 4E 32
Octal 341 34 236 0 130 36 14 500 116 62
Binary 11100001 11100 10011110 0 1011000 11110 1100 101000000 1001110 110010

Color Harmonies of #E11C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C9E

Black with #E11C9E

Text Example


Text Example

White with #E11C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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