#E441AF

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

Shades of Persian Rose #E441AF

Tints of Persian Rose #E441AF

Color information

#E441AF (or 0xE441AF) is unknown color: approx Persian Rose. HEX triplet: E4, 41 and AF. RGB value is (228,65,175). Sum of RGB (Red+Green+Blue) = 228+65+175=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E441AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E441AF is #1BBE50. Grayscale: #7E7E7E. Windows color (decimal): -1818193 or 11485668. OLE color: 11485668.

HSL color Cylindrical-coordinate representation of color #E441AF: hue angle of 319.51º degrees, saturation: 0.75, 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 #E441AF is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB22865175-
CMYK00.710.230.11
HSL319.51º75.12%57.45%-
HSV(B)319.51º71.49%89.41%-
XYZ41.6223.3742.87-
YUV126.28155.5200.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=48.72%
G=13.89%
B=37.39%

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
Decimal2286517500.710.230.11319.5175.1257.45
HexE441AF04717B1404b39
Octal3441012570107271350011371
Binary11100100100000110101111010001111011110111010000001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E441AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E441AF; }

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

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

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

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

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

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

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

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