Html Css Color HEX #E9499A French Rose

📋 copy color: '#E9499A'

red 233 ◦ green 73 ◦ blue 154

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

Shades of French Rose #E9499A

Tints of French Rose #E9499A

RGB

 RED value IS 233 (91.41% from 255) = 50.65%

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

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

R = 50.65%
G = 15.87%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9499A (or 0xE9499A) is known color: French Rose. HEX triplet: E9, 49 and 9A. RGB value is (233,73,154). Sum of RGB (Red+Green+Blue) = 233+73+154=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9499A is #16B665. Grayscale: #818181. Windows color (decimal): -1488486 or 10111465. OLE color: 10111465.

HSL color Cylindrical-coordinate representation of color #E9499A: hue angle of 329.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9499A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 73 154 -
CMYK 0 0.69 0.34 0.09
HSL 329.63º 0.78% 0.6% -
HSV(B) 329.63º 0.69% 0.91% -
XYZ 41.82 24.42 33.08 -
YUV 130.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 233 73 154 0 0.69 0.34 0.09 329.63 0.78 0.6
Hex E9 49 9A 0 45 22 9 14A 4E 3C
Octal 351 111 232 0 105 42 11 512 116 74
Binary 11101001 1001001 10011010 0 1000101 100010 1001 101001010 1001110 111100

Color Harmonies of #E9499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9499A

Black with #E9499A

Text Example


Text Example

White with #E9499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9499A; }

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

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

background-color css

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

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

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

border-color css

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

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

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