#E6329E

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

Shades of Persian Rose #E6329E

Tints of Persian Rose #E6329E

Color information

#E6329E (or 0xE6329E) is unknown color: approx Persian Rose. HEX triplet: E6, 32 and 9E. RGB value is (230,50,158). Sum of RGB (Red+Green+Blue) = 230+50+158=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6329E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6329E is #19CD61. Grayscale: #737373. Windows color (decimal): -1690978 or 10367718. OLE color: 10367718.

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

Color convert

RGB23050158-
CMYK00.780.310.10
HSL324º78.26%54.9%-
HSV(B)324º78.26%90.2%-
XYZ39.9521.5734.41-
YUV116.13151.63209.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.51%
GREEN value IS 50 (19.92% from 255) = 11.42%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=52.51%
G=11.42%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2305015800.780.310.1032478.2654.9
HexE6329E04E1FA1444e37
Octal346622360116371250411667
Binary1110011011001010011110010011101111110101010001001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6329E; }

 p { color: rgb(230,50,158); }

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

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

 a { background-color: rgb(230,50,158); }

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

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

 span { border-color: rgb(230,50,158); }

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