Html Css Color HEX #E2479A French Rose

📋 copy color: '#E2479A'

red 226 ◦ green 71 ◦ blue 154

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

Shades of French Rose #E2479A

Tints of French Rose #E2479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 50.11%
G = 15.74%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2479A (or 0xE2479A) is known color: French Rose. HEX triplet: E2, 47 and 9A. RGB value is (226,71,154). Sum of RGB (Red+Green+Blue) = 226+71+154=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2479A is #1DB865. Grayscale: #7E7E7E. Windows color (decimal): -1947750 or 10110946. OLE color: 10110946.

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

Color convert

RGB 226 71 154 -
CMYK 0 0.69 0.32 0.11
HSL 327.87º 0.73% 0.58% -
HSV(B) 327.87º 0.69% 0.89% -
XYZ 39.45 23.01 32.93 -
YUV 126.81 143.35 198.75 -
System Red Green Blue C M Y K H S L
Decimal 226 71 154 0 0.69 0.32 0.11 327.87 0.73 0.58
Hex E2 47 9A 0 45 20 B 148 49 3A
Octal 342 107 232 0 105 40 13 510 111 72
Binary 11100010 1000111 10011010 0 1000101 100000 1011 101001000 1001001 111010

Color Harmonies of #E2479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2479A

Black with #E2479A

Text Example


Text Example

White with #E2479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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