#E734AE

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

Shades of Persian Rose #E734AE

Tints of Persian Rose #E734AE

Color information

#E734AE (or 0xE734AE) is unknown color: approx Persian Rose. HEX triplet: E7, 34 and AE. RGB value is (231,52,174). Sum of RGB (Red+Green+Blue) = 231+52+174=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E734AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E734AE is #18CB51. Grayscale: #777777. Windows color (decimal): -1624914 or 11416807. OLE color: 11416807.

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

Color convert

RGB23152174-
CMYK00.770.250.09
HSL319.11º78.85%55.49%-
HSV(B)319.11º77.49%90.59%-
XYZ41.8222.542.18-
YUV119.43158.8207.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 52 (20.70% from 255) = 11.38%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=50.55%
G=11.38%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315217400.770.250.09319.1178.8555.49
HexE734AE04D19913f4f37
Octal347642560115311147711767
Binary1110011111010010101110010011011100110011001111111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E734AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E734AE; }

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

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

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

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

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

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

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

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