#E334A3

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

Shades of Persian Rose #E334A3

Tints of Persian Rose #E334A3

Color information

#E334A3 (or 0xE334A3) is unknown color: approx Persian Rose. HEX triplet: E3, 34 and A3. RGB value is (227,52,163). Sum of RGB (Red+Green+Blue) = 227+52+163=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E334A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334A3 is #1CCB5C. Grayscale: #747474. Windows color (decimal): -1887069 or 10695907. OLE color: 10695907.

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

Color convert

RGB22752163-
CMYK00.770.280.11
HSL321.94º75.76%54.71%-
HSV(B)321.94º77.09%89.02%-
XYZ39.5221.4336.7-
YUV116.98153.98206.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.36%
GREEN value IS 52 (20.70% from 255) = 11.76%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=51.36%
G=11.76%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275216300.770.280.11321.9475.7654.71
HexE334A304D1CB1424c37
Octal343642430115341350211467
Binary1110001111010010100011010011011110010111010000101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E334A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E334A3; }

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

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

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

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

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

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

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

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