Html Css Color HEX #E24998 French Rose

📋 copy color: '#E24998'

red 226 ◦ green 73 ◦ blue 152

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

Shades of French Rose #E24998

Tints of French Rose #E24998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.7%

R = 50.11%
G = 16.19%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E24998 (or 0xE24998) is known color: French Rose. HEX triplet: E2, 49 and 98. RGB value is (226,73,152). Sum of RGB (Red+Green+Blue) = 226+73+152=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E24998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24998 is #1DB667. Grayscale: #7F7F7F. Windows color (decimal): -1947240 or 9980386. OLE color: 9980386.

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

Color convert

RGB 226 73 152 -
CMYK 0 0.68 0.33 0.11
HSL 329.02º 0.73% 0.59% -
HSV(B) 329.02º 0.68% 0.89% -
XYZ 39.41 23.2 32.11 -
YUV 127.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 226 73 152 0 0.68 0.33 0.11 329.02 0.73 0.59
Hex E2 49 98 0 44 21 B 149 49 3B
Octal 342 111 230 0 104 41 13 511 111 73
Binary 11100010 1001001 10011000 0 1000100 100001 1011 101001001 1001001 111011

Color Harmonies of #E24998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24998

Black with #E24998

Text Example


Text Example

White with #E24998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24998; }

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

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

background-color css

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

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

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

border-color css

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

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

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