Html Css Color HEX #E5209F Persian Rose

📋 copy color: '#E5209F'

red 229 ◦ green 32 ◦ blue 159

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

Shades of Persian Rose #E5209F

Tints of Persian Rose #E5209F

RGB

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

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

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

R = 54.52%
G = 7.62%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5209F (or 0xE5209F) is known color: Persian Rose. HEX triplet: E5, 20 and 9F. RGB value is (229,32,159). Sum of RGB (Red+Green+Blue) = 229+32+159=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5209F is #1ADF60. Grayscale: #696969. Windows color (decimal): -1761121 or 10428645. OLE color: 10428645.

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

Color convert

RGB 229 32 159 -
CMYK 0 0.86 0.31 0.10
HSL 321.32º 0.79% 0.51% -
HSV(B) 321.32º 0.86% 0.9% -
XYZ 39.09 20.19 34.64 -
YUV 105.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 229 32 159 0 0.86 0.31 0.10 321.32 0.79 0.51
Hex E5 20 9F 0 56 1F A 141 4F 33
Octal 345 40 237 0 126 37 12 501 117 63
Binary 11100101 100000 10011111 0 1010110 11111 1010 101000001 1001111 110011

Color Harmonies of #E5209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5209F

Black with #E5209F

Text Example


Text Example

White with #E5209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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