Html Css Color HEX #E24E94 French Rose

📋 copy color: '#E24E94'

red 226 ◦ green 78 ◦ blue 148

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

Shades of French Rose #E24E94

Tints of French Rose #E24E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.74%

R = 50%
G = 17.26%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E24E94 (or 0xE24E94) is known color: French Rose. HEX triplet: E2, 4E and 94. RGB value is (226,78,148). Sum of RGB (Red+Green+Blue) = 226+78+148=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24E94 is #1DB16B. Grayscale: #828282. Windows color (decimal): -1945964 or 9719522. OLE color: 9719522.

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

Color convert

RGB 226 78 148 -
CMYK 0 0.65 0.35 0.11
HSL 331.62º 0.72% 0.6% -
HSV(B) 331.62º 0.65% 0.89% -
XYZ 39.43 23.76 30.52 -
YUV 130.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 226 78 148 0 0.65 0.35 0.11 331.62 0.72 0.6
Hex E2 4E 94 0 41 23 B 14C 48 3C
Octal 342 116 224 0 101 43 13 514 110 74
Binary 11100010 1001110 10010100 0 1000001 100011 1011 101001100 1001000 111100

Color Harmonies of #E24E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E94

Black with #E24E94

Text Example


Text Example

White with #E24E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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