Html Css Color HEX #E5209C Persian Rose

📋 copy color: '#E5209C'

red 229 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #E5209C

Tints of Persian Rose #E5209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

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

R = 54.92%
G = 7.67%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5209C (or 0xE5209C) is known color: Persian Rose. HEX triplet: E5, 20 and 9C. RGB value is (229,32,156). Sum of RGB (Red+Green+Blue) = 229+32+156=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5209C is #1ADF63. Grayscale: #686868. Windows color (decimal): -1761124 or 10232037. OLE color: 10232037.

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

Color convert

RGB 229 32 156 -
CMYK 0 0.86 0.32 0.10
HSL 322.23º 0.79% 0.51% -
HSV(B) 322.23º 0.86% 0.9% -
XYZ 38.83 20.09 33.28 -
YUV 105.04 156.77 216.42 -
System Red Green Blue C M Y K H S L
Decimal 229 32 156 0 0.86 0.32 0.10 322.23 0.79 0.51
Hex E5 20 9C 0 56 20 A 142 4F 33
Octal 345 40 234 0 126 40 12 502 117 63
Binary 11100101 100000 10011100 0 1010110 100000 1010 101000010 1001111 110011

Color Harmonies of #E5209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5209C

Black with #E5209C

Text Example


Text Example

White with #E5209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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