#E341AF

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

Shades of Persian Rose #E341AF

Tints of Persian Rose #E341AF

Color information

#E341AF (or 0xE341AF) is unknown color: approx Persian Rose. HEX triplet: E3, 41 and AF. RGB value is (227,65,175). Sum of RGB (Red+Green+Blue) = 227+65+175=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E341AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E341AF is #1CBE50. Grayscale: #7D7D7D. Windows color (decimal): -1883729 or 11485667. OLE color: 11485667.

HSL color Cylindrical-coordinate representation of color #E341AF: hue angle of 319.26º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341AF is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB22765175-
CMYK00.710.230.11
HSL319.26º74.31%57.25%-
HSV(B)319.26º71.37%89.02%-
XYZ41.3123.2142.86-
YUV125.98155.67200.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.61%
GREEN value IS 65 (25.78% from 255) = 13.92%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=48.61%
G=13.92%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276517500.710.230.11319.2674.3157.25
HexE341AF04717B13f4a39
Octal3431012570107271347711271
Binary11100011100000110101111010001111011110111001111111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341AF; }

 p { color: rgb(227,65,175); }

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

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

 a { background-color: rgb(227,65,175); }

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

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

 span { border-color: rgb(227,65,175); }

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