#e6488d

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

Shades of French Rose #E6488D

Tints of French Rose #E6488D

Color information

#E6488D (or 0xE6488D) is unknown color: approx French Rose. HEX triplet: E6, 48 and 8D. RGB value is (230,72,141). Sum of RGB (Red+Green+Blue) = 230+72+141=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6488D is #19B772. Grayscale: #7E7E7E. Windows color (decimal): -1685363 or 9259238. OLE color: 9259238.

HSL color Cylindrical-coordinate representation of color #E6488D: hue angle of 333.8º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6488D is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB23072141-
CMYK00.690.390.10
HSL333.8º75.96%59.22%-
HSV(B)333.8º68.7%90.2%-
XYZ39.7623.3827.62-
YUV127.11135.85201.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 72 (28.52% from 255) = 16.25%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=51.92%
G=16.25%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307214100.690.390.10333.875.9659.22
HexE6488D04527A14e4c3b
Octal3461102150105471251611473
Binary111001101001000100011010100010110011110101010011101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6488d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6488d; }

 p { color: rgb(230,72,141); }

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

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

 a { background-color: rgb(230,72,141); }

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

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

 span { border-color: rgb(230,72,141); }

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