Html Css Color HEX #E2499E French Rose

📋 copy color: '#E2499E'

red 226 ◦ green 73 ◦ blue 158

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

Shades of French Rose #E2499E

Tints of French Rose #E2499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 49.45%
G = 15.97%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2499E (or 0xE2499E) is known color: French Rose. HEX triplet: E2, 49 and 9E. RGB value is (226,73,158). Sum of RGB (Red+Green+Blue) = 226+73+158=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2499E is #1DB661. Grayscale: #808080. Windows color (decimal): -1947234 or 10373602. OLE color: 10373602.

HSL color Cylindrical-coordinate representation of color #E2499E: hue angle of 326.67º 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 #E2499E is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 158 -
CMYK 0 0.68 0.30 0.11
HSL 326.67º 0.73% 0.59% -
HSV(B) 326.67º 0.68% 0.89% -
XYZ 39.92 23.4 34.76 -
YUV 128.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 226 73 158 0 0.68 0.30 0.11 326.67 0.73 0.59
Hex E2 49 9E 0 44 1E B 147 49 3B
Octal 342 111 236 0 104 36 13 507 111 73
Binary 11100010 1001001 10011110 0 1000100 11110 1011 101000111 1001001 111011

Color Harmonies of #E2499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2499E

Black with #E2499E

Text Example


Text Example

White with #E2499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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