#E14E9A

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

Shades of French Rose #E14E9A

Tints of French Rose #E14E9A

Color information

#E14E9A (or 0xE14E9A) is unknown color: approx French Rose. HEX triplet: E1, 4E and 9A. RGB value is (225,78,154). Sum of RGB (Red+Green+Blue) = 225+78+154=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E9A is #1EB165. Grayscale: #828282. Windows color (decimal): -2011494 or 10112737. OLE color: 10112737.

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

Color convert

RGB22578154-
CMYK00.650.320.12
HSL328.98º71.01%59.41%-
HSV(B)328.98º65.33%88.24%-
XYZ39.6123.7933.08-
YUV130.62141.2195.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 78 (30.86% from 255) = 17.07%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=49.23%
G=17.07%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257815400.650.320.12328.9871.0159.41
HexE14E9A04120C149473b
Octal3411162320101401451110773
Binary111000011001110100110100100000110000011001010010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14E9A; }

 p { color: rgb(225,78,154); }

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

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

 a { background-color: rgb(225,78,154); }

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

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

 span { border-color: rgb(225,78,154); }

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