#E041B0

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

Shades of Persian Rose #E041B0

Tints of Persian Rose #E041B0

Color information

#E041B0 (or 0xE041B0) is unknown color: approx Persian Rose. HEX triplet: E0, 41 and B0. RGB value is (224,65,176). Sum of RGB (Red+Green+Blue) = 224+65+176=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E041B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041B0 is #1FBE4F. Grayscale: #7C7C7C. Windows color (decimal): -2080336 or 11551200. OLE color: 11551200.

HSL color Cylindrical-coordinate representation of color #E041B0: hue angle of 318.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041B0 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22465176-
CMYK00.710.210.12
HSL318.11º71.95%56.67%-
HSV(B)318.11º70.98%87.84%-
XYZ40.4722.7643.34-
YUV125.2156.68198.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 65 (25.78% from 255) = 13.98%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=48.17%
G=13.98%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246517600.710.210.12318.1171.9556.67
HexE041B004715C13e4839
Octal3401012600107251447611071
Binary11100000100000110110000010001111010111001001111101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041B0; }

 p { color: rgb(224,65,176); }

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

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

 a { background-color: rgb(224,65,176); }

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

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

 span { border-color: rgb(224,65,176); }

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