#E534B0

Color #E534B0 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E534B0

Tints of Persian Rose #E534B0

Color information

#E534B0 (or 0xE534B0) is unknown color: approx Persian Rose. HEX triplet: E5, 34 and B0. RGB value is (229,52,176). Sum of RGB (Red+Green+Blue) = 229+52+176=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E534B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534B0 is #1ACB4F. Grayscale: #767676. Windows color (decimal): -1755984 or 11547877. OLE color: 11547877.

HSL color Cylindrical-coordinate representation of color #E534B0: hue angle of 317.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534B0 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB22952176-
CMYK00.770.230.10
HSL317.97º77.29%55.1%-
HSV(B)317.97º77.29%89.8%-
XYZ41.3822.2543.19-
YUV119.06160.14206.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 52 (20.70% from 255) = 11.38%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=50.11%
G=11.38%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295217600.770.230.10317.9777.2955.1
HexE534B004D17A13e4d37
Octal345642600115271247611567
Binary1110010111010010110000010011011011110101001111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E534B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E534B0; }

 p { color: rgb(229,52,176); }

 H1.HeaderClassName
 {
   color: #E534B0;
 }
 .AnyTagClassName
 {
   color: #E534B0;
 }
</style>
background-color css

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

 a { background-color: rgb(229,52,176); }

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

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

 span { border-color: rgb(229,52,176); }

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