Html Css Color HEX #E24990 French Rose

📋 copy color: '#E24990'

red 226 ◦ green 73 ◦ blue 144

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

Shades of French Rose #E24990

Tints of French Rose #E24990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 51.02%
G = 16.48%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E24990 (or 0xE24990) is known color: French Rose. HEX triplet: E2, 49 and 90. RGB value is (226,73,144). Sum of RGB (Red+Green+Blue) = 226+73+144=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E24990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24990 is #1DB66F. Grayscale: #7E7E7E. Windows color (decimal): -1947248 or 9456098. OLE color: 9456098.

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

Color convert

RGB 226 73 144 -
CMYK 0 0.68 0.36 0.11
HSL 332.16º 0.73% 0.59% -
HSV(B) 332.16º 0.68% 0.89% -
XYZ 38.78 22.95 28.77 -
YUV 126.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 226 73 144 0 0.68 0.36 0.11 332.16 0.73 0.59
Hex E2 49 90 0 44 24 B 14C 49 3B
Octal 342 111 220 0 104 44 13 514 111 73
Binary 11100010 1001001 10010000 0 1000100 100100 1011 101001100 1001001 111011

Color Harmonies of #E24990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24990

Black with #E24990

Text Example


Text Example

White with #E24990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24990; }

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

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

background-color css

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

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

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

border-color css

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

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

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