Html Css Color HEX #E24796 French Rose

📋 copy color: '#E24796'

red 226 ◦ green 71 ◦ blue 150

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

Shades of French Rose #E24796

Tints of French Rose #E24796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.88%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 50.56%
G = 15.88%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E24796 (or 0xE24796) is known color: French Rose. HEX triplet: E2, 47 and 96. RGB value is (226,71,150). Sum of RGB (Red+Green+Blue) = 226+71+150=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E24796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24796 is #1DB869. Grayscale: #7E7E7E. Windows color (decimal): -1947754 or 9848802. OLE color: 9848802.

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

Color convert

RGB 226 71 150 -
CMYK 0 0.69 0.34 0.11
HSL 329.42º 0.73% 0.58% -
HSV(B) 329.42º 0.69% 0.89% -
XYZ 39.12 22.88 31.21 -
YUV 126.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 226 71 150 0 0.69 0.34 0.11 329.42 0.73 0.58
Hex E2 47 96 0 45 22 B 149 49 3A
Octal 342 107 226 0 105 42 13 511 111 72
Binary 11100010 1000111 10010110 0 1000101 100010 1011 101001001 1001001 111010

Color Harmonies of #E24796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24796

Black with #E24796

Text Example


Text Example

White with #E24796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24796; }

 p { color: rgb(226,71,150); }

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

background-color css

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

 a { background-color: rgb(226,71,150); }

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

border-color css

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

 span { border-color: rgb(226,71,150); }

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