Html Css Color HEX #E5209A Persian Rose

📋 copy color: '#E5209A'

red 229 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #E5209A

Tints of Persian Rose #E5209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 55.18%
G = 7.71%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5209A (or 0xE5209A) is known color: Persian Rose. HEX triplet: E5, 20 and 9A. RGB value is (229,32,154). Sum of RGB (Red+Green+Blue) = 229+32+154=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5209A is #1ADF65. Grayscale: #686868. Windows color (decimal): -1761126 or 10100965. OLE color: 10100965.

HSL color Cylindrical-coordinate representation of color #E5209A: hue angle of 322.84º 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 #E5209A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 154 -
CMYK 0 0.86 0.33 0.10
HSL 322.84º 0.79% 0.51% -
HSV(B) 322.84º 0.86% 0.9% -
XYZ 38.66 20.02 32.4 -
YUV 104.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 229 32 154 0 0.86 0.33 0.10 322.84 0.79 0.51
Hex E5 20 9A 0 56 21 A 143 4F 33
Octal 345 40 232 0 126 41 12 503 117 63
Binary 11100101 100000 10011010 0 1010110 100001 1010 101000011 1001111 110011

Color Harmonies of #E5209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5209A

Black with #E5209A

Text Example


Text Example

White with #E5209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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