Html Css Color HEX #E24894 French Rose

📋 copy color: '#E24894'

red 226 ◦ green 72 ◦ blue 148

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

Shades of French Rose #E24894

Tints of French Rose #E24894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.14%

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

R = 50.67%
G = 16.14%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E24894 (or 0xE24894) is known color: French Rose. HEX triplet: E2, 48 and 94. RGB value is (226,72,148). Sum of RGB (Red+Green+Blue) = 226+72+148=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E24894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24894 is #1DB76B. Grayscale: #7E7E7E. Windows color (decimal): -1947500 or 9717986. OLE color: 9717986.

HSL color Cylindrical-coordinate representation of color #E24894: hue angle of 330.39º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24894 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 148 -
CMYK 0 0.68 0.35 0.11
HSL 330.39º 0.73% 0.58% -
HSV(B) 330.39º 0.68% 0.89% -
XYZ 39.03 22.94 30.39 -
YUV 126.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 226 72 148 0 0.68 0.35 0.11 330.39 0.73 0.58
Hex E2 48 94 0 44 23 B 14A 49 3A
Octal 342 110 224 0 104 43 13 512 111 72
Binary 11100010 1001000 10010100 0 1000100 100011 1011 101001010 1001001 111010

Color Harmonies of #E24894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24894

Black with #E24894

Text Example


Text Example

White with #E24894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24894; }

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

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

background-color css

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

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

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

border-color css

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

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

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