Html Css Color HEX #E47C7F Froly

📋 copy color: '#E47C7F'

red 228 ◦ green 124 ◦ blue 127

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

Shades of Froly #E47C7F

Tints of Froly #E47C7F

RGB

 RED value IS 228 (89.45% from 255) = 47.6%

 GREEN value IS 124 (48.83% from 255) = 25.89%

 BLUE value IS 127 (50% from 255) = 26.51%

R = 47.6%
G = 25.89%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E47C7F (or 0xE47C7F) is known color: Froly. HEX triplet: E4, 7C and 7F. RGB value is (228,124,127). Sum of RGB (Red+Green+Blue) = 228+124+127=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C7F is #1B8380. Grayscale: #9B9B9B. Windows color (decimal): -1803137 or 8355044. OLE color: 8355044.

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

Color convert

RGB 228 124 127 -
CMYK 0 0.46 0.44 0.11
HSL 358.27º 0.66% 0.69% -
HSV(B) 358.27º 0.46% 0.89% -
XYZ 43.03 32.44 24.07 -
YUV 155.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 228 124 127 0 0.46 0.44 0.11 358.27 0.66 0.69
Hex E4 7C 7F 0 2E 2C B 166 42 45
Octal 344 174 177 0 56 54 13 546 102 105
Binary 11100100 1111100 1111111 0 101110 101100 1011 101100110 1000010 1000101

Color Harmonies of #E47C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47C7F

Black with #E47C7F

Text Example


Text Example

White with #E47C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47C7F; }

 p { color: rgb(228,124,127); }

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

background-color css

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

 a { background-color: rgb(228,124,127); }

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

border-color css

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

 span { border-color: rgb(228,124,127); }

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