#E034AD

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

Shades of Persian Rose #E034AD

Tints of Persian Rose #E034AD

Color information

#E034AD (or 0xE034AD) is unknown color: approx Persian Rose. HEX triplet: E0, 34 and AD. RGB value is (224,52,173). Sum of RGB (Red+Green+Blue) = 224+52+173=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E034AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034AD is #1FCB52. Grayscale: #747474. Windows color (decimal): -2083667 or 11351264. OLE color: 11351264.

HSL color Cylindrical-coordinate representation of color #E034AD: hue angle of 317.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E034AD is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22452173-
CMYK00.770.230.12
HSL317.79º73.5%54.12%-
HSV(B)317.79º76.79%87.84%-
XYZ39.5121.3241.57-
YUV117.22159.48204.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 52 (20.70% from 255) = 11.58%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=49.89%
G=11.58%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245217300.770.230.12317.7973.554.12
HexE034AD04D17C13e4a36
Octal340642550115271447611266
Binary1110000011010010101101010011011011111001001111101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E034AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E034AD; }

 p { color: rgb(224,52,173); }

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

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

 a { background-color: rgb(224,52,173); }

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

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

 span { border-color: rgb(224,52,173); }

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