#E335A5

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

Shades of Persian Rose #E335A5

Tints of Persian Rose #E335A5

Color information

#E335A5 (or 0xE335A5) is unknown color: approx Persian Rose. HEX triplet: E3, 35 and A5. RGB value is (227,53,165). Sum of RGB (Red+Green+Blue) = 227+53+165=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E335A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E335A5 is #1CCA5A. Grayscale: #757575. Windows color (decimal): -1886811 or 10827235. OLE color: 10827235.

HSL color Cylindrical-coordinate representation of color #E335A5: hue angle of 321.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E335A5 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB22753165-
CMYK00.770.270.11
HSL321.38º75.65%54.9%-
HSV(B)321.38º76.65%89.02%-
XYZ39.7421.5937.67-
YUV117.79154.65205.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 53 (21.09% from 255) = 11.91%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=51.01%
G=11.91%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275316500.770.270.11321.3875.6554.9
HexE335A504D1BB1414c37
Octal343652450115331350111467
Binary1110001111010110100101010011011101110111010000011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E335A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E335A5; }

 p { color: rgb(227,53,165); }

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

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

 a { background-color: rgb(227,53,165); }

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

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

 span { border-color: rgb(227,53,165); }

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