Html Css Color HEX #E11C9F Persian Rose

📋 copy color: '#E11C9F'

red 225 ◦ green 28 ◦ blue 159

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

Shades of Persian Rose #E11C9F

Tints of Persian Rose #E11C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 54.61%
G = 6.8%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E11C9F (or 0xE11C9F) is known color: Persian Rose. HEX triplet: E1, 1C and 9F. RGB value is (225,28,159). Sum of RGB (Red+Green+Blue) = 225+28+159=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C9F is #1EE360. Grayscale: #656565. Windows color (decimal): -2024289 or 10427617. OLE color: 10427617.

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

Color convert

RGB 225 28 159 -
CMYK 0 0.88 0.29 0.12
HSL 320.1º 0.78% 0.5% -
HSV(B) 320.1º 0.88% 0.88% -
XYZ 37.72 19.34 34.55 -
YUV 101.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 225 28 159 0 0.88 0.29 0.12 320.1 0.78 0.5
Hex E1 1C 9F 0 58 1D C 140 4E 32
Octal 341 34 237 0 130 35 14 500 116 62
Binary 11100001 11100 10011111 0 1011000 11101 1100 101000000 1001110 110010

Color Harmonies of #E11C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C9F

Black with #E11C9F

Text Example


Text Example

White with #E11C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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