Html Css Color HEX #E11C9D Persian Rose

📋 copy color: '#E11C9D'

red 225 ◦ green 28 ◦ blue 157

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

Shades of Persian Rose #E11C9D

Tints of Persian Rose #E11C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 54.88%
G = 6.83%
B = 38.29%

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

#E11C9D (or 0xE11C9D) is known color: Persian Rose. HEX triplet: E1, 1C and 9D. RGB value is (225,28,157). Sum of RGB (Red+Green+Blue) = 225+28+157=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C9D is #1EE362. Grayscale: #656565. Windows color (decimal): -2024291 or 10296545. OLE color: 10296545.

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

Color convert

RGB 225 28 157 -
CMYK 0 0.88 0.30 0.12
HSL 320.71º 0.78% 0.5% -
HSV(B) 320.71º 0.88% 0.88% -
XYZ 37.55 19.27 33.64 -
YUV 101.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 225 28 157 0 0.88 0.30 0.12 320.71 0.78 0.5
Hex E1 1C 9D 0 58 1E C 141 4E 32
Octal 341 34 235 0 130 36 14 501 116 62
Binary 11100001 11100 10011101 0 1011000 11110 1100 101000001 1001110 110010

Color Harmonies of #E11C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C9D

Black with #E11C9D

Text Example


Text Example

White with #E11C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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