#E929A6

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

Shades of Persian Rose #E929A6

Tints of Persian Rose #E929A6

Color information

#E929A6 (or 0xE929A6) is unknown color: approx Persian Rose. HEX triplet: E9, 29 and A6. RGB value is (233,41,166). Sum of RGB (Red+Green+Blue) = 233+41+166=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E929A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E929A6 is #16D659. Grayscale: #707070. Windows color (decimal): -1496666 or 10889705. OLE color: 10889705.

HSL color Cylindrical-coordinate representation of color #E929A6: hue angle of 320.94º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E929A6 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB23341166-
CMYK00.820.290.09
HSL320.94º81.36%53.73%-
HSV(B)320.94º82.4%91.37%-
XYZ41.2821.6638.08-
YUV112.66158.11213.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.95%
GREEN value IS 41 (16.41% from 255) = 9.32%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=52.95%
G=9.32%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334116600.820.290.09320.9481.3653.73
HexE929A60521D91415136
Octal351512460122351150112166
Binary1110100110100110100110010100101110110011010000011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E929A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E929A6; }

 p { color: rgb(233,41,166); }

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

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

 a { background-color: rgb(233,41,166); }

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

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

 span { border-color: rgb(233,41,166); }

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