Html Css Color HEX #E5289D Persian Rose

📋 copy color: '#E5289D'

red 229 ◦ green 40 ◦ blue 157

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

Shades of Persian Rose #E5289D

Tints of Persian Rose #E5289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 53.76%
G = 9.39%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5289D (or 0xE5289D) is known color: Persian Rose. HEX triplet: E5, 28 and 9D. RGB value is (229,40,157). Sum of RGB (Red+Green+Blue) = 229+40+157=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5289D is #1AD762. Grayscale: #6D6D6D. Windows color (decimal): -1759075 or 10299621. OLE color: 10299621.

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

Color convert

RGB 229 40 157 -
CMYK 0 0.83 0.31 0.10
HSL 322.86º 0.78% 0.53% -
HSV(B) 322.86º 0.83% 0.9% -
XYZ 39.16 20.61 33.81 -
YUV 109.85 154.62 212.99 -
System Red Green Blue C M Y K H S L
Decimal 229 40 157 0 0.83 0.31 0.10 322.86 0.78 0.53
Hex E5 28 9D 0 53 1F A 143 4E 35
Octal 345 50 235 0 123 37 12 503 116 65
Binary 11100101 101000 10011101 0 1010011 11111 1010 101000011 1001110 110101

Color Harmonies of #E5289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5289D

Black with #E5289D

Text Example


Text Example

White with #E5289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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