Html Css Color HEX #E24E91 French Rose

📋 copy color: '#E24E91'

red 226 ◦ green 78 ◦ blue 145

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

Shades of French Rose #E24E91

Tints of French Rose #E24E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 50.33%
G = 17.37%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E24E91 (or 0xE24E91) is known color: French Rose. HEX triplet: E2, 4E and 91. RGB value is (226,78,145). Sum of RGB (Red+Green+Blue) = 226+78+145=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24E91 is #1DB16E. Grayscale: #818181. Windows color (decimal): -1945967 or 9522914. OLE color: 9522914.

HSL color Cylindrical-coordinate representation of color #E24E91: hue angle of 332.84º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24E91 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 78 145 -
CMYK 0 0.65 0.36 0.11
HSL 332.84º 0.72% 0.6% -
HSV(B) 332.84º 0.65% 0.89% -
XYZ 39.2 23.66 29.29 -
YUV 129.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 226 78 145 0 0.65 0.36 0.11 332.84 0.72 0.6
Hex E2 4E 91 0 41 24 B 14D 48 3C
Octal 342 116 221 0 101 44 13 515 110 74
Binary 11100010 1001110 10010001 0 1000001 100100 1011 101001101 1001000 111100

Color Harmonies of #E24E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E91

Black with #E24E91

Text Example


Text Example

White with #E24E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E91; }

 p { color: rgb(226,78,145); }

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

background-color css

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

 a { background-color: rgb(226,78,145); }

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

border-color css

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

 span { border-color: rgb(226,78,145); }

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