Html Css Color HEX #E1499A French Rose

📋 copy color: '#E1499A'

red 225 ◦ green 73 ◦ blue 154

#E1499A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #E1499A

Tints of French Rose #E1499A

RGB

 RED value IS 225 (88.28% from 255) = 49.78%

 GREEN value IS 73 (28.91% from 255) = 16.15%

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 49.78%
G = 16.15%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1499A (or 0xE1499A) is known color: French Rose. HEX triplet: E1, 49 and 9A. RGB value is (225,73,154). Sum of RGB (Red+Green+Blue) = 225+73+154=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1499A is #1EB665. Grayscale: #7F7F7F. Windows color (decimal): -2012774 or 10111457. OLE color: 10111457.

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

Color convert

RGB 225 73 154 -
CMYK 0 0.68 0.32 0.12
HSL 328.03º 0.72% 0.58% -
HSV(B) 328.03º 0.68% 0.88% -
XYZ 39.27 23.11 32.96 -
YUV 127.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 225 73 154 0 0.68 0.32 0.12 328.03 0.72 0.58
Hex E1 49 9A 0 44 20 C 148 48 3A
Octal 341 111 232 0 104 40 14 510 110 72
Binary 11100001 1001001 10011010 0 1000100 100000 1100 101001000 1001000 111010

Color Harmonies of #E1499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1499A

Black with #E1499A

Text Example


Text Example

White with #E1499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1499A; }

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

 H1.HeaderClassName
 {
   color: #E1499A;
 }
 .AnyTagClassName
 {
   color: #E1499A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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