Html Css Color HEX #E5289C Persian Rose

📋 copy color: '#E5289C'

red 229 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #E5289C

Tints of Persian Rose #E5289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.41%

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

R = 53.88%
G = 9.41%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5289C (or 0xE5289C) is known color: Persian Rose. HEX triplet: E5, 28 and 9C. RGB value is (229,40,156). Sum of RGB (Red+Green+Blue) = 229+40+156=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5289C is #1AD763. Grayscale: #6D6D6D. Windows color (decimal): -1759076 or 10234085. OLE color: 10234085.

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

Color convert

RGB 229 40 156 -
CMYK 0 0.83 0.32 0.10
HSL 323.17º 0.78% 0.53% -
HSV(B) 323.17º 0.83% 0.9% -
XYZ 39.07 20.58 33.36 -
YUV 109.74 154.12 213.07 -
System Red Green Blue C M Y K H S L
Decimal 229 40 156 0 0.83 0.32 0.10 323.17 0.78 0.53
Hex E5 28 9C 0 53 20 A 143 4E 35
Octal 345 50 234 0 123 40 12 503 116 65
Binary 11100101 101000 10011100 0 1010011 100000 1010 101000011 1001110 110101

Color Harmonies of #E5289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5289C

Black with #E5289C

Text Example


Text Example

White with #E5289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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