Html Css Color HEX #E47C7E Froly

📋 copy color: '#E47C7E'

red 228 ◦ green 124 ◦ blue 126

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

Shades of Froly #E47C7E

Tints of Froly #E47C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 47.7%
G = 25.94%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E47C7E (or 0xE47C7E) is known color: Froly. HEX triplet: E4, 7C and 7E. RGB value is (228,124,126). Sum of RGB (Red+Green+Blue) = 228+124+126=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C7E is #1B8381. Grayscale: #9B9B9B. Windows color (decimal): -1803138 or 8289508. OLE color: 8289508.

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

Color convert

RGB 228 124 126 -
CMYK 0 0.46 0.45 0.11
HSL 358.85º 0.66% 0.69% -
HSV(B) 358.85º 0.46% 0.89% -
XYZ 42.97 32.42 23.73 -
YUV 155.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 228 124 126 0 0.46 0.45 0.11 358.85 0.66 0.69
Hex E4 7C 7E 0 2E 2D B 167 42 45
Octal 344 174 176 0 56 55 13 547 102 105
Binary 11100100 1111100 1111110 0 101110 101101 1011 101100111 1000010 1000101

Color Harmonies of #E47C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47C7E

Black with #E47C7E

Text Example


Text Example

White with #E47C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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