#E440B1

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

Shades of Persian Rose #E440B1

Tints of Persian Rose #E440B1

Color information

#E440B1 (or 0xE440B1) is unknown color: approx Persian Rose. HEX triplet: E4, 40 and B1. RGB value is (228,64,177). Sum of RGB (Red+Green+Blue) = 228+64+177=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E440B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E440B1 is #1BBF4E. Grayscale: #7D7D7D. Windows color (decimal): -1818447 or 11616484. OLE color: 11616484.

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

Color convert

RGB22864177-
CMYK00.720.220.11
HSL318.66º75.23%57.25%-
HSV(B)318.66º71.93%89.41%-
XYZ41.7623.3443.9-
YUV125.92156.83200.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.61%
GREEN value IS 64 (25.39% from 255) = 13.65%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=48.61%
G=13.65%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286417700.720.220.11318.6675.2357.25
HexE440B104816B13f4b39
Octal3441002610110261347711371
Binary11100100100000010110001010010001011010111001111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E440B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E440B1; }

 p { color: rgb(228,64,177); }

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

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

 a { background-color: rgb(228,64,177); }

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

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

 span { border-color: rgb(228,64,177); }

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