Html Css Color HEX #E5289B Persian Rose

📋 copy color: '#E5289B'

red 229 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #E5289B

Tints of Persian Rose #E5289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 54.01%
G = 9.43%
B = 36.56%

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

#E5289B (or 0xE5289B) is known color: Persian Rose. HEX triplet: E5, 28 and 9B. RGB value is (229,40,155). Sum of RGB (Red+Green+Blue) = 229+40+155=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5289B is #1AD764. Grayscale: #6D6D6D. Windows color (decimal): -1759077 or 10168549. OLE color: 10168549.

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

Color convert

RGB 229 40 155 -
CMYK 0 0.83 0.32 0.10
HSL 323.49º 0.78% 0.53% -
HSV(B) 323.49º 0.83% 0.9% -
XYZ 38.99 20.54 32.92 -
YUV 109.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 229 40 155 0 0.83 0.32 0.10 323.49 0.78 0.53
Hex E5 28 9B 0 53 20 A 143 4E 35
Octal 345 50 233 0 123 40 12 503 116 65
Binary 11100101 101000 10011011 0 1010011 100000 1010 101000011 1001110 110101

Color Harmonies of #E5289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5289B

Black with #E5289B

Text Example


Text Example

White with #E5289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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