Html Css Color HEX #E51C9C Persian Rose

📋 copy color: '#E51C9C'

red 229 ◦ green 28 ◦ blue 156

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

Shades of Persian Rose #E51C9C

Tints of Persian Rose #E51C9C

RGB

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

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

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

R = 55.45%
G = 6.78%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E51C9C (or 0xE51C9C) is known color: Persian Rose. HEX triplet: E5, 1C and 9C. RGB value is (229,28,156). Sum of RGB (Red+Green+Blue) = 229+28+156=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51C9C is #1AE363. Grayscale: #666666. Windows color (decimal): -1762148 or 10231013. OLE color: 10231013.

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

Color convert

RGB 229 28 156 -
CMYK 0 0.88 0.32 0.10
HSL 321.79º 0.79% 0.5% -
HSV(B) 321.79º 0.88% 0.9% -
XYZ 38.73 19.89 33.25 -
YUV 102.69 158.09 218.09 -
System Red Green Blue C M Y K H S L
Decimal 229 28 156 0 0.88 0.32 0.10 321.79 0.79 0.5
Hex E5 1C 9C 0 58 20 A 142 4F 32
Octal 345 34 234 0 130 40 12 502 117 62
Binary 11100101 11100 10011100 0 1011000 100000 1010 101000010 1001111 110010

Color Harmonies of #E51C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51C9C

Black with #E51C9C

Text Example


Text Example

White with #E51C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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