Html Css Color HEX #E2479C French Rose

📋 copy color: '#E2479C'

red 226 ◦ green 71 ◦ blue 156

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

Shades of French Rose #E2479C

Tints of French Rose #E2479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.44%

R = 49.89%
G = 15.67%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2479C (or 0xE2479C) is known color: French Rose. HEX triplet: E2, 47 and 9C. RGB value is (226,71,156). Sum of RGB (Red+Green+Blue) = 226+71+156=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2479C is #1DB863. Grayscale: #7E7E7E. Windows color (decimal): -1947748 or 10242018. OLE color: 10242018.

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

Color convert

RGB 226 71 156 -
CMYK 0 0.69 0.31 0.11
HSL 327.1º 0.73% 0.58% -
HSV(B) 327.1º 0.69% 0.89% -
XYZ 39.62 23.08 33.82 -
YUV 127.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 226 71 156 0 0.69 0.31 0.11 327.1 0.73 0.58
Hex E2 47 9C 0 45 1F B 147 49 3A
Octal 342 107 234 0 105 37 13 507 111 72
Binary 11100010 1000111 10011100 0 1000101 11111 1011 101000111 1001001 111010

Color Harmonies of #E2479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2479C

Black with #E2479C

Text Example


Text Example

White with #E2479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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