Html Css Color HEX #E2498D French Rose

📋 copy color: '#E2498D'

red 226 ◦ green 73 ◦ blue 141

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

Shades of French Rose #E2498D

Tints of French Rose #E2498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 51.36%
G = 16.59%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2498D (or 0xE2498D) is known color: French Rose. HEX triplet: E2, 49 and 8D. RGB value is (226,73,141). Sum of RGB (Red+Green+Blue) = 226+73+141=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2498D is #1DB672. Grayscale: #7E7E7E. Windows color (decimal): -1947251 or 9259490. OLE color: 9259490.

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

Color convert

RGB 226 73 141 -
CMYK 0 0.68 0.38 0.11
HSL 333.33º 0.73% 0.59% -
HSV(B) 333.33º 0.68% 0.89% -
XYZ 38.55 22.86 27.58 -
YUV 126.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 226 73 141 0 0.68 0.38 0.11 333.33 0.73 0.59
Hex E2 49 8D 0 44 26 B 14D 49 3B
Octal 342 111 215 0 104 46 13 515 111 73
Binary 11100010 1001001 10001101 0 1000100 100110 1011 101001101 1001001 111011

Color Harmonies of #E2498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2498D

Black with #E2498D

Text Example


Text Example

White with #E2498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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