#E334A5

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

Shades of Persian Rose #E334A5

Tints of Persian Rose #E334A5

Color information

#E334A5 (or 0xE334A5) is unknown color: approx Persian Rose. HEX triplet: E3, 34 and A5. RGB value is (227,52,165). Sum of RGB (Red+Green+Blue) = 227+52+165=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E334A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334A5 is #1CCB5A. Grayscale: #747474. Windows color (decimal): -1887067 or 10826979. OLE color: 10826979.

HSL color Cylindrical-coordinate representation of color #E334A5: hue angle of 321.26º 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 #E334A5 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB22752165-
CMYK00.770.270.11
HSL321.26º75.76%54.71%-
HSV(B)321.26º77.09%89.02%-
XYZ39.721.537.66-
YUV117.21154.98206.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.13%
GREEN value IS 52 (20.70% from 255) = 11.71%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=51.13%
G=11.71%
B=37.16%

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
Decimal2275216500.770.270.11321.2675.7654.71
HexE334A504D1BB1414c37
Octal343642450115331350111467
Binary1110001111010010100101010011011101110111010000011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E334A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E334A5; }

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

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

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

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

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

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

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

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