Html Css Color HEX #E2747C Froly

📋 copy color: '#E2747C'

red 226 ◦ green 116 ◦ blue 124

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

Shades of Froly #E2747C

Tints of Froly #E2747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 48.5%
G = 24.89%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2747C (or 0xE2747C) is known color: Froly. HEX triplet: E2, 74 and 7C. RGB value is (226,116,124). Sum of RGB (Red+Green+Blue) = 226+116+124=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2747C is #1D8B83. Grayscale: #959595. Windows color (decimal): -1936260 or 8156386. OLE color: 8156386.

HSL color Cylindrical-coordinate representation of color #E2747C: hue angle of 355.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2747C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 116 124 -
CMYK 0 0.49 0.45 0.11
HSL 355.64º 0.65% 0.67% -
HSV(B) 355.64º 0.49% 0.89% -
XYZ 41.25 30.11 22.71 -
YUV 149.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 226 116 124 0 0.49 0.45 0.11 355.64 0.65 0.67
Hex E2 74 7C 0 31 2D B 164 41 43
Octal 342 164 174 0 61 55 13 544 101 103
Binary 11100010 1110100 1111100 0 110001 101101 1011 101100100 1000001 1000011

Color Harmonies of #E2747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2747C

Black with #E2747C

Text Example


Text Example

White with #E2747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2747C; }

 p { color: rgb(226,116,124); }

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

background-color css

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

 a { background-color: rgb(226,116,124); }

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

border-color css

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

 span { border-color: rgb(226,116,124); }

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