Html Css Color HEX #E47C80 Froly

📋 copy color: '#E47C80'

red 228 ◦ green 124 ◦ blue 128

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

Shades of Froly #E47C80

Tints of Froly #E47C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 47.5%
G = 25.83%
B = 26.67%

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

#E47C80 (or 0xE47C80) is known color: Froly. HEX triplet: E4, 7C and 80. RGB value is (228,124,128). Sum of RGB (Red+Green+Blue) = 228+124+128=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47C80 is #1B837F. Grayscale: #9B9B9B. Windows color (decimal): -1803136 or 8420580. OLE color: 8420580.

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

Color convert

RGB 228 124 128 -
CMYK 0 0.46 0.44 0.11
HSL 357.69º 0.66% 0.69% -
HSV(B) 357.69º 0.46% 0.89% -
XYZ 43.1 32.47 24.42 -
YUV 155.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 228 124 128 0 0.46 0.44 0.11 357.69 0.66 0.69
Hex E4 7C 80 0 2E 2C B 166 42 45
Octal 344 174 200 0 56 54 13 546 102 105
Binary 11100100 1111100 10000000 0 101110 101100 1011 101100110 1000010 1000101

Color Harmonies of #E47C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47C80

Black with #E47C80

Text Example


Text Example

White with #E47C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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