Html Css Color HEX #E47E7F Froly

📋 copy color: '#E47E7F'

red 228 ◦ green 126 ◦ blue 127

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

Shades of Froly #E47E7F

Tints of Froly #E47E7F

RGB

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

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

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

R = 47.4%
G = 26.2%
B = 26.4%

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

#E47E7F (or 0xE47E7F) is known color: Froly. HEX triplet: E4, 7E and 7F. RGB value is (228,126,127). Sum of RGB (Red+Green+Blue) = 228+126+127=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E7F is #1B8180. Grayscale: #9C9C9C. Windows color (decimal): -1802625 or 8355556. OLE color: 8355556.

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

Color convert

RGB 228 126 127 -
CMYK 0 0.45 0.44 0.11
HSL 359.41º 0.65% 0.69% -
HSV(B) 359.41º 0.45% 0.89% -
XYZ 43.29 32.95 24.16 -
YUV 156.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 228 126 127 0 0.45 0.44 0.11 359.41 0.65 0.69
Hex E4 7E 7F 0 2D 2C B 167 41 45
Octal 344 176 177 0 55 54 13 547 101 105
Binary 11100100 1111110 1111111 0 101101 101100 1011 101100111 1000001 1000101

Color Harmonies of #E47E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47E7F

Black with #E47E7F

Text Example


Text Example

White with #E47E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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