#E734AC

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

Shades of Persian Rose #E734AC

Tints of Persian Rose #E734AC

Color information

#E734AC (or 0xE734AC) is unknown color: approx Persian Rose. HEX triplet: E7, 34 and AC. RGB value is (231,52,172). Sum of RGB (Red+Green+Blue) = 231+52+172=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E734AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E734AC is #18CB53. Grayscale: #767676. Windows color (decimal): -1624916 or 11285735. OLE color: 11285735.

HSL color Cylindrical-coordinate representation of color #E734AC: hue angle of 319.78º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E734AC is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23152172-
CMYK00.770.260.09
HSL319.78º78.85%55.49%-
HSV(B)319.78º77.49%90.59%-
XYZ41.6322.4241.16-
YUV119.2157.8207.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.77%
GREEN value IS 52 (20.70% from 255) = 11.43%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=50.77%
G=11.43%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315217200.770.260.09319.7878.8555.49
HexE734AC04D1A91404f37
Octal347642540115321150011767
Binary1110011111010010101100010011011101010011010000001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E734AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E734AC; }

 p { color: rgb(231,52,172); }

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

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

 a { background-color: rgb(231,52,172); }

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

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

 span { border-color: rgb(231,52,172); }

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