Html Css Color HEX #E51E9C Persian Rose

📋 copy color: '#E51E9C'

red 229 ◦ green 30 ◦ blue 156

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

Shades of Persian Rose #E51E9C

Tints of Persian Rose #E51E9C

RGB

 RED value IS 229 (89.84% from 255) = 55.18%

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 55.18%
G = 7.23%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E51E9C (or 0xE51E9C) is known color: Persian Rose. HEX triplet: E5, 1E and 9C. RGB value is (229,30,156). Sum of RGB (Red+Green+Blue) = 229+30+156=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E51E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51E9C is #1AE163. Grayscale: #676767. Windows color (decimal): -1761636 or 10231525. OLE color: 10231525.

HSL color Cylindrical-coordinate representation of color #E51E9C: hue angle of 322.01º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51E9C is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 30 156 -
CMYK 0 0.87 0.32 0.10
HSL 322.01º 0.79% 0.51% -
HSV(B) 322.01º 0.87% 0.9% -
XYZ 38.78 19.99 33.27 -
YUV 103.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 229 30 156 0 0.87 0.32 0.10 322.01 0.79 0.51
Hex E5 1E 9C 0 57 20 A 142 4F 33
Octal 345 36 234 0 127 40 12 502 117 63
Binary 11100101 11110 10011100 0 1010111 100000 1010 101000010 1001111 110011

Color Harmonies of #E51E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51E9C

Black with #E51E9C

Text Example


Text Example

White with #E51E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51E9C; }

 p { color: rgb(229,30,156); }

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

background-color css

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

 a { background-color: rgb(229,30,156); }

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

border-color css

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

 span { border-color: rgb(229,30,156); }

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