#E44B8E

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

Shades of French Rose #E44B8E

Tints of French Rose #E44B8E

Color information

#E44B8E (or 0xE44B8E) is unknown color: approx French Rose. HEX triplet: E4, 4B and 8E. RGB value is (228,75,142). Sum of RGB (Red+Green+Blue) = 228+75+142=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44B8E is #1BB471. Grayscale: #808080. Windows color (decimal): -1815666 or 9325540. OLE color: 9325540.

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

Color convert

RGB22875142-
CMYK00.670.380.11
HSL333.73º73.91%59.41%-
HSV(B)333.73º67.11%89.41%-
XYZ39.3923.4828.05-
YUV128.38135.69199.05-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.24%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=51.24%
G=16.85%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287514200.670.380.11333.7373.9159.41
HexE44B8E04326B14e4a3b
Octal3441132160103461351611273
Binary111001001001011100011100100001110011010111010011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44B8E; }

 p { color: rgb(228,75,142); }

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

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

 a { background-color: rgb(228,75,142); }

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

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

 span { border-color: rgb(228,75,142); }

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