Html Css Color HEX #E2499C French Rose

📋 copy color: '#E2499C'

red 226 ◦ green 73 ◦ blue 156

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

Shades of French Rose #E2499C

Tints of French Rose #E2499C

RGB

 RED value IS 226 (88.67% from 255) = 49.67%

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

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

R = 49.67%
G = 16.04%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2499C (or 0xE2499C) is known color: French Rose. HEX triplet: E2, 49 and 9C. RGB value is (226,73,156). Sum of RGB (Red+Green+Blue) = 226+73+156=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2499C is #1DB663. Grayscale: #808080. Windows color (decimal): -1947236 or 10242530. OLE color: 10242530.

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

Color convert

RGB 226 73 156 -
CMYK 0 0.68 0.31 0.11
HSL 327.45º 0.73% 0.59% -
HSV(B) 327.45º 0.68% 0.89% -
XYZ 39.75 23.33 33.86 -
YUV 128.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 226 73 156 0 0.68 0.31 0.11 327.45 0.73 0.59
Hex E2 49 9C 0 44 1F B 147 49 3B
Octal 342 111 234 0 104 37 13 507 111 73
Binary 11100010 1001001 10011100 0 1000100 11111 1011 101000111 1001001 111011

Color Harmonies of #E2499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2499C

Black with #E2499C

Text Example


Text Example

White with #E2499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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