Html Css Color HEX #E47E80 Froly

📋 copy color: '#E47E80'

red 228 ◦ green 126 ◦ blue 128

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

Shades of Froly #E47E80

Tints of Froly #E47E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

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

R = 47.3%
G = 26.14%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E47E80 (or 0xE47E80) is known color: Froly. HEX triplet: E4, 7E and 80. RGB value is (228,126,128). Sum of RGB (Red+Green+Blue) = 228+126+128=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47E80 is #1B817F. Grayscale: #9C9C9C. Windows color (decimal): -1802624 or 8421092. OLE color: 8421092.

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

Color convert

RGB 228 126 128 -
CMYK 0 0.45 0.44 0.11
HSL 358.82º 0.65% 0.69% -
HSV(B) 358.82º 0.45% 0.89% -
XYZ 43.35 32.97 24.5 -
YUV 156.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 228 126 128 0 0.45 0.44 0.11 358.82 0.65 0.69
Hex E4 7E 80 0 2D 2C B 167 41 45
Octal 344 176 200 0 55 54 13 547 101 105
Binary 11100100 1111110 10000000 0 101101 101100 1011 101100111 1000001 1000101

Color Harmonies of #E47E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47E80

Black with #E47E80

Text Example


Text Example

White with #E47E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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