Html Css Color HEX #E6499C French Rose

📋 copy color: '#E6499C'

red 230 ◦ green 73 ◦ blue 156

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

Shades of French Rose #E6499C

Tints of French Rose #E6499C

RGB

 RED value IS 230 (90.23% from 255) = 50.11%

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 50.11%
G = 15.9%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6499C (or 0xE6499C) is known color: French Rose. HEX triplet: E6, 49 and 9C. RGB value is (230,73,156). Sum of RGB (Red+Green+Blue) = 230+73+156=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6499C is #19B663. Grayscale: #818181. Windows color (decimal): -1685092 or 10242534. OLE color: 10242534.

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

Color convert

RGB 230 73 156 -
CMYK 0 0.68 0.32 0.10
HSL 328.28º 0.76% 0.59% -
HSV(B) 328.28º 0.68% 0.9% -
XYZ 41.02 23.99 33.92 -
YUV 129.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 230 73 156 0 0.68 0.32 0.10 328.28 0.76 0.59
Hex E6 49 9C 0 44 20 A 148 4C 3B
Octal 346 111 234 0 104 40 12 510 114 73
Binary 11100110 1001001 10011100 0 1000100 100000 1010 101001000 1001100 111011

Color Harmonies of #E6499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6499C

Black with #E6499C

Text Example


Text Example

White with #E6499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6499C; }

 p { color: rgb(230,73,156); }

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

background-color css

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

 a { background-color: rgb(230,73,156); }

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

border-color css

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

 span { border-color: rgb(230,73,156); }

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